Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/nsh/
Dnsh.c38 skb->protocol = htons(ETH_P_NSH); in nsh_push()
110 skb_gso_error_unwind(skb, htons(ETH_P_NSH), nsh_len, in nsh_gso_segment()
117 skb->protocol = htons(ETH_P_NSH); in nsh_gso_segment()
129 .type = htons(ETH_P_NSH),
/kernel/linux/linux-5.10/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()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_ether.h74 #define ETH_P_NSH 0x894F macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_ether.h108 #define ETH_P_NSH 0x894F /* Network Service Header */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_ether.h89 #define ETH_P_NSH 0x894F macro
/kernel/linux/linux-5.10/net/openvswitch/
Dflow_netlink.c282 if (match->key->eth.type == htons(ETH_P_NSH)) { in match_validate()
2116 } else if (swkey->eth.type == htons(ETH_P_NSH)) { in __ovs_nla_put_key()
2865 if (eth_type != htons(ETH_P_NSH)) in validate_set()
3278 if (eth_type != htons(ETH_P_NSH)) in __ovs_nla_copy_actions()
Dflow.c731 } else if (key->eth.type == htons(ETH_P_NSH)) { in key_extract_l3l4()