Searched refs:tnl_params (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_gre.c | 361 const struct iphdr *tnl_params; in __ipgre_rcv() local 372 tnl_params = &tunnel->parms.iph; in __ipgre_rcv() 373 if (tunnel->collect_md || tnl_params->daddr == 0) { in __ipgre_rcv() 453 const struct iphdr *tnl_params, in __gre_xmit() 464 ip_tunnel_xmit(skb, dev, tnl_params, tnl_params->protocol); in __gre_xmit() 621 const struct iphdr *tnl_params; in ipgre_xmit() local 637 tnl_params = (const struct iphdr *)skb->data; in ipgre_xmit() 653 tnl_params = &tunnel->parms.iph; in ipgre_xmit() 659 __gre_xmit(skb, dev, tnl_params, sk in ipgre_xmit() 452 __gre_xmit(struct sk_buff *skb, struct net_device *dev, const struct iphdr *tnl_params, __be16 proto) __gre_xmit() argument [all...] |
H A D | ip_tunnel.c | 664 const struct iphdr *tnl_params, u8 protocol) in ip_tunnel_xmit() 684 dst = tnl_params->daddr; in ip_tunnel_xmit() 743 tos = tnl_params->tos; in ip_tunnel_xmit() 755 ip_tunnel_init_flow(&fl4, protocol, dst, tnl_params->saddr, in ip_tunnel_xmit() 793 df = tnl_params->frag_off; in ip_tunnel_xmit() 813 ttl = tnl_params->ttl; in ip_tunnel_xmit() 663 ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev, const struct iphdr *tnl_params, u8 protocol) ip_tunnel_xmit() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_gre.c | 363 const struct iphdr *tnl_params; in __ipgre_rcv() local 377 tnl_params = &tunnel->parms.iph; in __ipgre_rcv() 378 if (tunnel->collect_md || tnl_params->daddr == 0) { in __ipgre_rcv() 458 const struct iphdr *tnl_params, in __gre_xmit() 469 ip_tunnel_xmit(skb, dev, tnl_params, tnl_params->protocol); in __gre_xmit() 627 const struct iphdr *tnl_params; in ipgre_xmit() local 643 tnl_params = (const struct iphdr *)skb->data; in ipgre_xmit() 659 tnl_params = &tunnel->parms.iph; in ipgre_xmit() 665 __gre_xmit(skb, dev, tnl_params, sk in ipgre_xmit() 457 __gre_xmit(struct sk_buff *skb, struct net_device *dev, const struct iphdr *tnl_params, __be16 proto) __gre_xmit() argument [all...] |
H A D | ip_tunnel.c | 683 const struct iphdr *tnl_params, u8 protocol) in ip_tunnel_xmit() 705 dst = tnl_params->daddr; in ip_tunnel_xmit() 763 tos = tnl_params->tos; in ip_tunnel_xmit() 775 ip_tunnel_init_flow(&fl4, protocol, dst, tnl_params->saddr, in ip_tunnel_xmit() 814 df = tnl_params->frag_off; in ip_tunnel_xmit() 834 ttl = tnl_params->ttl; in ip_tunnel_xmit() 682 ip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev, const struct iphdr *tnl_params, u8 protocol) ip_tunnel_xmit() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_tunnels.h | 269 const struct iphdr *tnl_params, const u8 protocol);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_tunnels.h | 290 const struct iphdr *tnl_params, const u8 protocol);
|
Completed in 9 milliseconds