Searched hist:c2e21293c054817c42eb5fa9c613d2ad51954136 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | if_inet6.h | diff c2e21293c054817c42eb5fa9c613d2ad51954136 Wed Mar 17 15:31:10 CDT 2010 stephen hemminger <shemminger@vyatta.com> ipv6: convert addrconf list to hlist
Using hash list macros, simplifies code and helps later RCU.
This patch includes some initialization that is not strictly necessary, since an empty hlist node/list is all zero; and list is in BSS and node is allocated with kzalloc.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_l3_main.c | diff 70f60a220b33832ae4e2622b913f138892b6fe7b Mon Mar 22 11:59:48 CDT 2010 Frank Blaschka <frank.blaschka@de.ibm.com> qeth: l3 fix build error in ipv6 addr list handling
Adapt qeth l3 to: commit c2e21293c054817c42eb5fa9c613d2ad51954136 (ipv6: convert addrconf list to hlist) converted lst_next member of inet6_ifaddr struct to a hlist.
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | diff c2e21293c054817c42eb5fa9c613d2ad51954136 Wed Mar 17 15:31:10 CDT 2010 stephen hemminger <shemminger@vyatta.com> ipv6: convert addrconf list to hlist
Using hash list macros, simplifies code and helps later RCU.
This patch includes some initialization that is not strictly necessary, since an empty hlist node/list is all zero; and list is in BSS and node is allocated with kzalloc.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|