Searched refs:IFLA_GRE_ENCAP_SPORT (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_tunnel.h | 121 IFLA_GRE_ENCAP_SPORT, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_tunnel.h | 134 IFLA_GRE_ENCAP_SPORT, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_tunnel.h | 134 IFLA_GRE_ENCAP_SPORT, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_tunnel.h | 133 IFLA_GRE_ENCAP_SPORT, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_tunnel.h | 133 IFLA_GRE_ENCAP_SPORT, enumerator
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_gre.c | 1260 if (data[IFLA_GRE_ENCAP_SPORT]) { in ipgre_netlink_encap_parms() 1262 ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]); in ipgre_netlink_encap_parms() 1472 /* IFLA_GRE_ENCAP_SPORT */ in ipgre_get_size() 1517 nla_put_be16(skb, IFLA_GRE_ENCAP_SPORT, in ipgre_fill_info() 1593 [IFLA_GRE_ENCAP_SPORT] = { .type = NLA_U16 },
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_gre.c | 1261 if (data[IFLA_GRE_ENCAP_SPORT]) { in ipgre_netlink_encap_parms() 1263 ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]); in ipgre_netlink_encap_parms() 1473 /* IFLA_GRE_ENCAP_SPORT */ in ipgre_get_size() 1518 nla_put_be16(skb, IFLA_GRE_ENCAP_SPORT, in ipgre_fill_info() 1594 [IFLA_GRE_ENCAP_SPORT] = { .type = NLA_U16 },
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_gre.c | 1965 if (data[IFLA_GRE_ENCAP_SPORT]) { in ip6gre_netlink_encap_parms() 1967 ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]); in ip6gre_netlink_encap_parms() 2133 /* IFLA_GRE_ENCAP_SPORT */ in ip6gre_get_size() 2188 nla_put_be16(skb, IFLA_GRE_ENCAP_SPORT, in ip6gre_fill_info() 2221 [IFLA_GRE_ENCAP_SPORT] = { .type = NLA_U16 },
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_gre.c | 1962 if (data[IFLA_GRE_ENCAP_SPORT]) { in ip6gre_netlink_encap_parms() 1964 ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]); in ip6gre_netlink_encap_parms() 2130 /* IFLA_GRE_ENCAP_SPORT */ in ip6gre_get_size() 2185 nla_put_be16(skb, IFLA_GRE_ENCAP_SPORT, in ip6gre_fill_info() 2218 [IFLA_GRE_ENCAP_SPORT] = { .type = NLA_U16 },
|
Completed in 24 milliseconds