tag | line | file | source code |
get_sock | 224 | net/inet/sock.h | extern struct sock *get_sock(struct proto *, unsigned short, |
get_sock | 104 | net/inet/sockinet.h | extern struct sock *get_sock(struct proto *, unsigned short, |
get_sock | 220 | net/inet/tcp.c | sk = get_sock(&tcp_prot, th->source/*dest*/, daddr, th->dest/*source*/, saddr); |
get_sock | 3440 | net/inet/tcp.c | sk = get_sock(&tcp_prot, th->dest, saddr, th->source, daddr); |
get_sock | 111 | net/inet/udp.c | sk = get_sock(&udp_prot, th->source, daddr, th->dest, saddr); |
get_sock | 567 | net/inet/udp.c | sk = get_sock(&udp_prot, uh->dest, saddr, uh->source, daddr); |