Searched defs:oldip (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/net/ipv4/netfilter/ |
H A D | nf_nat_l3proto_ipv4.c | 114 __be32 oldip, newip; nf_nat_ipv4_csum_update() local
|
/linux-4.1.27/net/ipv6/netfilter/ |
H A D | nf_nat_l3proto_ipv6.c | 117 const struct in6_addr *oldip, *newip; nf_nat_ipv6_csum_update() local
|
/linux-4.1.27/net/netfilter/ipvs/ |
H A D | ip_vs_proto_udp.c | 84 udp_fast_csum_update(int af, struct udphdr *uhdr, const union nf_inet_addr *oldip, const union nf_inet_addr *newip, __be16 oldport, __be16 newport) udp_fast_csum_update() argument 106 udp_partial_csum_update(int af, struct udphdr *uhdr, const union nf_inet_addr *oldip, const union nf_inet_addr *newip, __be16 oldlen, __be16 newlen) udp_partial_csum_update() argument
|
H A D | ip_vs_proto_tcp.c | 89 tcp_fast_csum_update(int af, struct tcphdr *tcph, const union nf_inet_addr *oldip, const union nf_inet_addr *newip, __be16 oldport, __be16 newport) tcp_fast_csum_update() argument 110 tcp_partial_csum_update(int af, struct tcphdr *tcph, const union nf_inet_addr *oldip, const union nf_inet_addr *newip, __be16 oldlen, __be16 newlen) tcp_partial_csum_update() argument
|
Completed in 142 milliseconds