Home
last modified time | relevance | path

Searched refs:NHA_DST_PORT (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dnexthop.h87 NHA_DST_PORT, enumerator
/linux/net/ipv4/
H A Dnexthop.c42 [NHA_DST_PORT] = NLA_POLICY_MIN(NLA_BE16, 1),
961 nla_put_be16(skb, NHA_DST_PORT, nhi->dst_port)) in nh_fill_node()
3168 if (tb[NHA_DST_PORT]) { in rtm_to_nh_config()
3174 cfg->nh_dst_port = nla_get_be16(tb[NHA_DST_PORT]); in rtm_to_nh_config()