Searched hist:f6b72b6217f8c24f2a54988e58af858b4e66024d (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/net/ |
H A D | neighbour.h | diff f6b72b6217f8c24f2a54988e58af858b4e66024d Thu Jul 14 09:53:20 CDT 2011 David S. Miller <davem@davemloft.net> net: Embed hh_cache inside of struct neighbour.
Now that there is a one-to-one correspondance between neighbour and hh_cache entries, we no longer need:
1) dynamic allocation 2) attachment to dst->hh 3) refcounting
Initialization of the hh_cache entry is indicated by hh_len being non-zero, and such initialization is always done with the neighbour's lock held as a writer.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | dst.h | diff f6b72b6217f8c24f2a54988e58af858b4e66024d Thu Jul 14 09:53:20 CDT 2011 David S. Miller <davem@davemloft.net> net: Embed hh_cache inside of struct neighbour.
Now that there is a one-to-one correspondance between neighbour and hh_cache entries, we no longer need:
1) dynamic allocation 2) attachment to dst->hh 3) refcounting
Initialization of the hh_cache entry is indicated by hh_len being non-zero, and such initialization is always done with the neighbour's lock held as a writer.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | dst.c | diff f6b72b6217f8c24f2a54988e58af858b4e66024d Thu Jul 14 09:53:20 CDT 2011 David S. Miller <davem@davemloft.net> net: Embed hh_cache inside of struct neighbour.
Now that there is a one-to-one correspondance between neighbour and hh_cache entries, we no longer need:
1) dynamic allocation 2) attachment to dst->hh 3) refcounting
Initialization of the hh_cache entry is indicated by hh_len being non-zero, and such initialization is always done with the neighbour's lock held as a writer.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | neighbour.c | diff f6b72b6217f8c24f2a54988e58af858b4e66024d Thu Jul 14 09:53:20 CDT 2011 David S. Miller <davem@davemloft.net> net: Embed hh_cache inside of struct neighbour.
Now that there is a one-to-one correspondance between neighbour and hh_cache entries, we no longer need:
1) dynamic allocation 2) attachment to dst->hh 3) refcounting
Initialization of the hh_cache entry is indicated by hh_len being non-zero, and such initialization is always done with the neighbour's lock held as a writer.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | ip_output.c | diff f6b72b6217f8c24f2a54988e58af858b4e66024d Thu Jul 14 09:53:20 CDT 2011 David S. Miller <davem@davemloft.net> net: Embed hh_cache inside of struct neighbour.
Now that there is a one-to-one correspondance between neighbour and hh_cache entries, we no longer need:
1) dynamic allocation 2) attachment to dst->hh 3) refcounting
Initialization of the hh_cache entry is indicated by hh_len being non-zero, and such initialization is always done with the neighbour's lock held as a writer.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | route.c | diff f6b72b6217f8c24f2a54988e58af858b4e66024d Thu Jul 14 09:53:20 CDT 2011 David S. Miller <davem@davemloft.net> net: Embed hh_cache inside of struct neighbour.
Now that there is a one-to-one correspondance between neighbour and hh_cache entries, we no longer need:
1) dynamic allocation 2) attachment to dst->hh 3) refcounting
Initialization of the hh_cache entry is indicated by hh_len being non-zero, and such initialization is always done with the neighbour's lock held as a writer.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_output.c | diff f6b72b6217f8c24f2a54988e58af858b4e66024d Thu Jul 14 09:53:20 CDT 2011 David S. Miller <davem@davemloft.net> net: Embed hh_cache inside of struct neighbour.
Now that there is a one-to-one correspondance between neighbour and hh_cache entries, we no longer need:
1) dynamic allocation 2) attachment to dst->hh 3) refcounting
Initialization of the hh_cache entry is indicated by hh_len being non-zero, and such initialization is always done with the neighbour's lock held as a writer.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | diff f6b72b6217f8c24f2a54988e58af858b4e66024d Thu Jul 14 09:53:20 CDT 2011 David S. Miller <davem@davemloft.net> net: Embed hh_cache inside of struct neighbour.
Now that there is a one-to-one correspondance between neighbour and hh_cache entries, we no longer need:
1) dynamic allocation 2) attachment to dst->hh 3) refcounting
Initialization of the hh_cache entry is indicated by hh_len being non-zero, and such initialization is always done with the neighbour's lock held as a writer.
Signed-off-by: David S. Miller <davem@davemloft.net>
|