Searched refs:IFLA_GRE_ENCAP_DPORT (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_tunnel.h | 122 IFLA_GRE_ENCAP_DPORT, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_tunnel.h | 135 IFLA_GRE_ENCAP_DPORT, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_tunnel.h | 135 IFLA_GRE_ENCAP_DPORT, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_tunnel.h | 134 IFLA_GRE_ENCAP_DPORT, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_tunnel.h | 134 IFLA_GRE_ENCAP_DPORT, enumerator
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_gre.c | 1265 if (data[IFLA_GRE_ENCAP_DPORT]) { in ipgre_netlink_encap_parms() 1267 ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]); in ipgre_netlink_encap_parms() 1474 /* IFLA_GRE_ENCAP_DPORT */ in ipgre_get_size() 1519 nla_put_be16(skb, IFLA_GRE_ENCAP_DPORT, in ipgre_fill_info() 1594 [IFLA_GRE_ENCAP_DPORT] = { .type = NLA_U16 },
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_gre.c | 1266 if (data[IFLA_GRE_ENCAP_DPORT]) { in ipgre_netlink_encap_parms() 1268 ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]); in ipgre_netlink_encap_parms() 1475 /* IFLA_GRE_ENCAP_DPORT */ in ipgre_get_size() 1520 nla_put_be16(skb, IFLA_GRE_ENCAP_DPORT, in ipgre_fill_info() 1595 [IFLA_GRE_ENCAP_DPORT] = { .type = NLA_U16 },
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_gre.c | 1970 if (data[IFLA_GRE_ENCAP_DPORT]) { in ip6gre_netlink_encap_parms() 1972 ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]); in ip6gre_netlink_encap_parms() 2135 /* IFLA_GRE_ENCAP_DPORT */ in ip6gre_get_size() 2190 nla_put_be16(skb, IFLA_GRE_ENCAP_DPORT, in ip6gre_fill_info() 2222 [IFLA_GRE_ENCAP_DPORT] = { .type = NLA_U16 },
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_gre.c | 1967 if (data[IFLA_GRE_ENCAP_DPORT]) { in ip6gre_netlink_encap_parms() 1969 ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]); in ip6gre_netlink_encap_parms() 2132 /* IFLA_GRE_ENCAP_DPORT */ in ip6gre_get_size() 2187 nla_put_be16(skb, IFLA_GRE_ENCAP_DPORT, in ip6gre_fill_info() 2219 [IFLA_GRE_ENCAP_DPORT] = { .type = NLA_U16 },
|
Completed in 13 milliseconds