Searched refs:next_proto (Results 1 – 7 of 7) sorted by relevance
/linux/net/nsh/ |
H A D | nsh.c | 19 u8 next_proto; in nsh_push() local 22 next_proto = TUN_P_ETHERNET; in nsh_push() 24 next_proto = tun_p_from_eth_p(skb->protocol); in nsh_push() 25 if (!next_proto) in nsh_push() 36 nh->np = next_proto; in nsh_push()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_parser_rt.c | 201 rt->pg_key.next_proto = ice_pk_build(rt, &imem->np_kb); in ice_imem_pgk_init() 202 if (rt->pg_key.next_proto == U32_MAX) in ice_imem_pgk_init() 225 rt->pg_key.next_proto); in ice_imem_pgk_init() 267 rt->pg_key.next_proto = ice_pk_build(rt, &bst->np_kb); in ice_bst_pgk_init() 268 if (rt->pg_key.next_proto == U32_MAX) in ice_bst_pgk_init() 291 rt->pg_key.next_proto); in ice_bst_pgk_init()
|
H A D | ice_parser.h | 208 u32 next_proto; /* next Protocol value (must be last) */
|
H A D | ice_parser.c | 642 dev_info(dev, "\tnext_proto = 0x%08x\n", key->next_proto); in ice_pg_cam_key_dump() 803 key->next_proto = FIELD_GET(ICE_PGCK_NPK, d64); in ice_pg_cam_key_init()
|
/linux/net/ipv4/ |
H A D | fou_core.c | 365 goto next_proto; in gue_gro_receive() 440 next_proto: in gue_gro_receive()
|
/linux/net/openvswitch/ |
H A D | flow_netlink.c | 3431 u8 next_proto; in __ovs_nla_copy_actions() local 3433 next_proto = tun_p_from_eth_p(eth_type); in __ovs_nla_copy_actions() 3434 if (!next_proto) in __ovs_nla_copy_actions()
|
/linux/net/core/ |
H A D | skbuff.c | 6397 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len, in skb_mpls_pop() argument 6422 skb_mod_eth_type(skb, hdr, next_proto); in skb_mpls_pop() 6424 skb->protocol = next_proto; in skb_mpls_pop()
|