tag | line | file | source code |
sport | 51 | include/net/ip_masq.h | __u16 sport, dport, mport; /* src, dst & masq ports */ |
sport | 79 | include/net/ip_masq.h | extern struct ip_masq *ip_masq_new(struct device *dev, int proto, __u32 saddr, __u16 sport, __u32 daddr, __u16 dport, unsigned flags); |
sport | 121 | net/ipv4/ip_masq.c | hash = ip_masq_hash_key(ms->protocol, ms->saddr, ms->sport); |
sport | 156 | net/ipv4/ip_masq.c | hash = ip_masq_hash_key(ms->protocol, ms->saddr, ms->sport); |
sport | 231 | net/ipv4/ip_masq.c | s_addr == ms->saddr && s_port == ms->sport && |
sport | 267 | net/ipv4/ip_masq.c | ntohl(ms->src),ntohs(ms->sport)); |
sport | 288 | net/ipv4/ip_masq.c | struct ip_masq * ip_masq_new(struct device *dev, int proto, __u32 saddr, __u16 sport, __u32 daddr, __u16 dport, unsigned mflags) |
sport | 316 | net/ipv4/ip_masq.c | ms->sport = sport; |
sport | 566 | net/ipv4/ip_masq.c | portptr[1] = ms->sport; |
sport | 633 | net/ipv4/ip_masq.c | ntohl(ms->saddr),ntohs(ms->sport), |
sport | 136 | net/ipv4/tcp_input.c | static inline struct sock * get_tcp_sock(u32 saddr, u16 sport, u32 daddr, u16 dport) |
sport | 142 | net/ipv4/tcp_input.c | sport != th_cache_sport || dport != th_cache_dport) { |
sport | 143 | net/ipv4/tcp_input.c | sk = get_sock(&tcp_prot, dport, saddr, sport, daddr); |
sport | 148 | net/ipv4/tcp_input.c | th_cache_sport=sport; |