tag | line | file | source code |
---|---|---|---|
get_sock_mcast | 351 | include/net/sock.h | extern struct sock *get_sock_mcast(struct sock *, unsigned short, |
get_sock_mcast | 670 | net/ipv4/udp.c | sk=get_sock_mcast(udp_prot.sock_array[ntohs(uh->dest)&(SOCK_ARRAY_SIZE-1)], uh->dest, |
get_sock_mcast | 678 | net/ipv4/udp.c | sknext=get_sock_mcast(sk->next, uh->dest, saddr, uh->source, daddr); |