Home
last modified time | relevance | path

Searched refs:ETH_P_NSH (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/nsh/
Dnsh.c41 skb->protocol = htons(ETH_P_NSH); in nsh_push()
113 skb_gso_error_unwind(skb, htons(ETH_P_NSH), nsh_len, in nsh_gso_segment()
120 skb->protocol = htons(ETH_P_NSH); in nsh_gso_segment()
132 .type = htons(ETH_P_NSH),
/Linux-v4.19/include/net/
Dtun_proto.h25 return htons(ETH_P_NSH); in tun_p_to_eth_p()
41 case htons(ETH_P_NSH): in tun_p_from_eth_p()
/Linux-v4.19/include/uapi/linux/
Dif_ether.h106 #define ETH_P_NSH 0x894F /* Network Service Header */ macro
/Linux-v4.19/net/openvswitch/
Dflow_netlink.c292 if (match->key->eth.type == htons(ETH_P_NSH)) { in match_validate()
2086 } else if (swkey->eth.type == htons(ETH_P_NSH)) { in __ovs_nla_put_key()
2778 if (eth_type != htons(ETH_P_NSH)) in validate_set()
3060 if (eth_type != htons(ETH_P_NSH)) in __ovs_nla_copy_actions()
Dflow.c798 } else if (key->eth.type == htons(ETH_P_NSH)) { in key_extract()