Searched refs:flush_stack (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | udp.c | 744 static void flush_stack(struct sock **stack, unsigned int count, in flush_stack() function 819 flush_stack(stack, count, skb, ~0); in __udp6_lib_mcast_deliver() 837 flush_stack(stack, count, skb, count - 1); in __udp6_lib_mcast_deliver()
|
/linux-4.4.14/net/ipv4/ |
D | udp.c | 1620 static void flush_stack(struct sock **stack, unsigned int count, in flush_stack() function 1697 flush_stack(stack, count, skb, ~0); in __udp4_lib_mcast_deliver() 1718 flush_stack(stack, count, skb, count - 1); in __udp4_lib_mcast_deliver()
|