Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtun_proto.h26 return htons(ETH_P_NSH); in tun_p_to_eth_p()
42 case htons(ETH_P_NSH): in tun_p_from_eth_p()
/openbmc/linux/net/nsh/
H A Dnsh.c39 skb->protocol = htons(ETH_P_NSH); in nsh_push()
112 skb_gso_error_unwind(skb, htons(ETH_P_NSH), nsh_len, in nsh_gso_segment()
130 .type = htons(ETH_P_NSH),
/openbmc/u-boot/include/linux/
H A Dif_ether.h108 #define ETH_P_NSH 0x894F /* Network Service Header */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h112 #define ETH_P_NSH 0x894F /* Network Service Header */ macro
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c285 if (match->key->eth.type == htons(ETH_P_NSH)) { in match_validate()
2148 } else if (swkey->eth.type == htons(ETH_P_NSH)) { in __ovs_nla_put_key()
2999 if (eth_type != htons(ETH_P_NSH)) in validate_set()
3421 if (eth_type != htons(ETH_P_NSH)) in __ovs_nla_copy_actions()
H A Dflow.c882 } else if (key->eth.type == htons(ETH_P_NSH)) { in key_extract_l3l4()