Searched refs:tcp_child_process (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ipv4/ |
| A D | tcp_minisocks.c | 825 int tcp_child_process(struct sock *parent, struct sock *child, in tcp_child_process() function 853 EXPORT_SYMBOL(tcp_child_process);
|
| A D | tcp_ipv4.c | 1732 if (tcp_child_process(sk, nsk, skb)) { in tcp_v4_do_rcv() 2069 } else if (tcp_child_process(sk, nsk, skb)) { in tcp_v4_rcv()
|
| /linux/net/ipv6/ |
| A D | tcp_ipv6.c | 1540 if (tcp_child_process(sk, nsk, skb)) in tcp_v6_do_rcv() 1725 } else if (tcp_child_process(sk, nsk, skb)) { in tcp_v6_rcv()
|
| /linux/include/net/ |
| A D | tcp.h | 388 int tcp_child_process(struct sock *parent, struct sock *child,
|
| /linux/ |
| A D | vmlinux.symvers | 8657 0x00000000 tcp_child_process vmlinux EXPORT_SYMBOL
|
| A D | System.map | 53181 ffff800010e55ca0 T tcp_child_process
|
| A D | .tmp_System.map | 53181 ffff800010e55ca0 T tcp_child_process
|
Completed in 354 milliseconds