tag | line | file | source code |
udp_prot | 31 | include/net/udp.h | extern struct proto udp_prot; |
udp_prot | 581 | net/ipv4/af_inet.c | prot=&udp_prot; |
udp_prot | 1561 | net/ipv4/af_inet.c | udp_prot.sock_array[i] = NULL; |
udp_prot | 1566 | net/ipv4/af_inet.c | udp_prot.inuse = 0; |
udp_prot | 1567 | net/ipv4/af_inet.c | udp_prot.highestinuse = 0; |
udp_prot | 159 | net/ipv4/proc.c | return get__netinfo(&udp_prot, buffer,1, start, offset, length); |
udp_prot | 184 | net/ipv4/proc.c | udp_prot.inuse, udp_prot.highestinuse); |
udp_prot | 165 | net/ipv4/udp.c | sk = get_sock(&udp_prot, uh->source, daddr, uh->dest, saddr); |
udp_prot | 644 | net/ipv4/udp.c | sk=get_sock_mcast(udp_prot.sock_array[ntohs(uh->dest)&(SOCK_ARRAY_SIZE-1)], uh->dest, |
udp_prot | 672 | net/ipv4/udp.c | sk = get_sock(&udp_prot, uh->dest, saddr, uh->source, daddr); |
udp_prot | 735 | net/ipv4/udp.c | struct proto udp_prot = { |