Searched refs:icmp (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 459 flow->l4_key.icmp.type = match.key->type; in bnxt_tc_parse_flow() 460 flow->l4_key.icmp.code = match.key->code; in bnxt_tc_parse_flow() 461 flow->l4_mask.icmp.type = match.mask->type; in bnxt_tc_parse_flow() 462 flow->l4_mask.icmp.code = match.mask->code; in bnxt_tc_parse_flow() 734 req->l4_src_port = htons(flow->l4_key.icmp.type); in bnxt_hwrm_cfa_flow_alloc() 735 req->l4_src_port_mask = htons(flow->l4_mask.icmp.type); in bnxt_hwrm_cfa_flow_alloc() 736 req->l4_dst_port = htons(flow->l4_key.icmp.code); in bnxt_hwrm_cfa_flow_alloc() 737 req->l4_dst_port_mask = htons(flow->l4_mask.icmp.code); in bnxt_hwrm_cfa_flow_alloc()
|
D | bnxt_tc.h | 54 } icmp; member
|
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_ste.h | 132 void DR_STE_CTX_BUILDER(icmp);
|
/drivers/net/bonding/ |
D | bond_main.c | 236 .offset = offsetof(struct flow_keys, icmp), 3826 memset(&fk->icmp, 0, sizeof(fk->icmp)); in bond_flow_dissect() 3836 skb_flow_get_icmp_tci(skb, &fk->icmp, data, nhoff, hlen); in bond_flow_dissect() 3838 if (!icmp_is_err(fk->icmp.type)) in bond_flow_dissect() 3843 if (!icmpv6_is_err(fk->icmp.type)) in bond_flow_dissect() 3890 if (flow.icmp.id) in __bond_xmit_hash() 3891 memcpy(&hash, &flow.icmp, sizeof(hash)); in __bond_xmit_hash()
|