Home
last modified time | relevance | path

Searched refs:next_protocol (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_xmit.c948 unsigned int max_headroom, __u8 *next_protocol, in ip_vs_prepare_tunneled_skb()
974 *next_protocol = IPPROTO_IPV6; in ip_vs_prepare_tunneled_skb()
990 *next_protocol = IPPROTO_IPIP; in ip_vs_prepare_tunneled_skb()
1023 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gue_encap()
1049 gueh->proto_ctype = *next_protocol; in ipvs_gue_encap()
1090 *next_protocol = IPPROTO_UDP; in ipvs_gue_encap()
1097 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gre_encap()
1099 __be16 proto = *next_protocol == IPPROTO_IPIP ? in ipvs_gre_encap()
1110 *next_protocol = IPPROTO_GRE; in ipvs_gre_encap()
1141 __u8 next_protocol in ip_vs_tunnel_xmit() local
947 ip_vs_prepare_tunneled_skb(struct sk_buff *skb, int skb_af, unsigned int max_headroom, __u8 *next_protocol, __u32 *payload_len, __u8 *dsfield, __u8 *ttl, __be16 *df) ip_vs_prepare_tunneled_skb() argument
1022 ipvs_gue_encap(struct net *net, struct sk_buff *skb, struct ip_vs_conn *cp, __u8 *next_protocol) ipvs_gue_encap() argument
1096 ipvs_gre_encap(struct net *net, struct sk_buff *skb, struct ip_vs_conn *cp, __u8 *next_protocol) ipvs_gre_encap() argument
1292 __u8 next_protocol = 0; ip_vs_tunnel_xmit_v6() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_xmit.c932 unsigned int max_headroom, __u8 *next_protocol, in ip_vs_prepare_tunneled_skb()
958 *next_protocol = IPPROTO_IPV6; in ip_vs_prepare_tunneled_skb()
974 *next_protocol = IPPROTO_IPIP; in ip_vs_prepare_tunneled_skb()
1007 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gue_encap()
1033 gueh->proto_ctype = *next_protocol; in ipvs_gue_encap()
1074 *next_protocol = IPPROTO_UDP; in ipvs_gue_encap()
1081 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gre_encap()
1083 __be16 proto = *next_protocol == IPPROTO_IPIP ? in ipvs_gre_encap()
1094 *next_protocol = IPPROTO_GRE; in ipvs_gre_encap()
1125 __u8 next_protocol in ip_vs_tunnel_xmit() local
931 ip_vs_prepare_tunneled_skb(struct sk_buff *skb, int skb_af, unsigned int max_headroom, __u8 *next_protocol, __u32 *payload_len, __u8 *dsfield, __u8 *ttl, __be16 *df) ip_vs_prepare_tunneled_skb() argument
1006 ipvs_gue_encap(struct net *net, struct sk_buff *skb, struct ip_vs_conn *cp, __u8 *next_protocol) ipvs_gue_encap() argument
1080 ipvs_gre_encap(struct net *net, struct sk_buff *skb, struct ip_vs_conn *cp, __u8 *next_protocol) ipvs_gre_encap() argument
1270 __u8 next_protocol = 0; ip_vs_tunnel_xmit_v6() local
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dvxlan.h167 u8 next_protocol; member
/kernel/linux/linux-6.6/include/net/
H A Dvxlan.h169 u8 next_protocol; member
/kernel/linux/linux-5.10/drivers/net/vxlan/
H A Dvxlan_core.c751 *protocol = tun_p_to_eth_p(gpe->next_protocol); in vxlan_parse_gpe_proto()
2320 gpe->next_protocol = tun_p_from_eth_p(protocol); in vxlan_build_gpe_hdr()
2321 if (!gpe->next_protocol) in vxlan_build_gpe_hdr()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_core.c645 *protocol = tun_p_to_eth_p(gpe->next_protocol); in vxlan_parse_gpe_proto()
2148 gpe->next_protocol = tun_p_from_eth_p(protocol); in vxlan_build_gpe_hdr()
2149 if (!gpe->next_protocol) in vxlan_build_gpe_hdr()

Completed in 18 milliseconds