| tag | line | file | source code |
|---|---|---|---|
| sport | 160 | include/linux/ip_fw.h | __u16 sport,dport; /* Source and destination ports */ |
| sport | 514 | net/ipv4/ip_fw.c | ntohl(ms->src),ntohs(ms->sport)); |
| sport | 675 | net/ipv4/ip_fw.c | ms->sport = htons(port); /* derived from PORT cmd */ |
| sport | 822 | net/ipv4/ip_fw.c | portptr[0] == ms->sport && portptr[1] == ms->dport) |
| sport | 845 | net/ipv4/ip_fw.c | ms->sport = portptr[0]; |
| sport | 950 | net/ipv4/ip_fw.c | portptr[1] = ms->sport; |
| sport | 1664 | net/ipv4/ip_fw.c | ntohl(ms->src),ntohs(ms->sport), |