tag
line
file
source code
udp
181
net/ipv4/ip_fw.c
struct udphdr *udp=(struct udphdr *)((unsigned long *)ip+ip->ihl);
udp
246
net/ipv4/ip_fw.c
src_port=ntohs(udp->source);
udp
247
net/ipv4/ip_fw.c
dst_port=ntohs(udp->dest);