Searched refs:flush_stack (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/net/ipv6/ |
D | udp.c | 596 static void flush_stack(struct sock **stack, unsigned int count, in flush_stack() function 656 flush_stack(stack, count, skb, ~0); in __udp6_lib_mcast_deliver() 669 flush_stack(stack, count, skb, count - 1); in __udp6_lib_mcast_deliver()
|
/linux-2.6.39/net/ipv4/ |
D | udp.c | 1481 static void flush_stack(struct sock **stack, unsigned int count, in flush_stack() function 1534 flush_stack(stack, count, skb, ~0); in __udp4_lib_mcast_deliver() 1550 flush_stack(stack, count, skb, count - 1); in __udp4_lib_mcast_deliver()
|