Home
last modified time | relevance | path

Searched refs:IFLA_GRE_ENCAP_DPORT (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dif_tunnel.h135 IFLA_GRE_ENCAP_DPORT, enumerator
/linux/net/ipv4/
H A Dip_gre.c1321 if (data[IFLA_GRE_ENCAP_DPORT]) { in ipgre_netlink_encap_parms()
1323 ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]); in ipgre_netlink_encap_parms()
1536 /* IFLA_GRE_ENCAP_DPORT */ in ipgre_get_size()
1583 nla_put_be16(skb, IFLA_GRE_ENCAP_DPORT, in ipgre_fill_info()
1658 [IFLA_GRE_ENCAP_DPORT] = { .type = NLA_U16 },
/linux/net/ipv6/
H A Dip6_gre.c1935 if (data[IFLA_GRE_ENCAP_DPORT]) { in ip6gre_netlink_encap_parms()
1937 ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]); in ip6gre_netlink_encap_parms()
2102 /* IFLA_GRE_ENCAP_DPORT */ in ip6gre_get_size()
2159 nla_put_be16(skb, IFLA_GRE_ENCAP_DPORT, in ip6gre_fill_info()
2191 [IFLA_GRE_ENCAP_DPORT] = { .type = NLA_U16 },