commit | d4fa26ff44e31c2636a985e3092e2cd55d8045de | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <dlezcano@fr.ibm.com> | Fri Jan 18 03:58:07 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:02:47 2008 -0800 |
tree | 303b9cc2a871ba04fc3abadfb5c1c9831c8a6eb5 | |
parent | 569d36452ee26c08523cc9f658901c5188640853 [diff] |
[NETNS][DST]: Add the network namespace pointer in dst_ops The network namespace pointer can be stored into the dst_ops structure. This is usefull when there are multiple instances of the dst_ops for a protocol. When there are no several instances, this field will be never used in the protocol. So there is no impact for the protocols which do implement the network namespaces. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>