Home
last modified time | relevance | path

Searched refs:sport_mask (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ioctl.h159 uint16_t sport_mask; member
H A Dcommon.h415 u16 sport_mask; member
H A Dt3_hw.c2942 mask[0] = tp->sport_mask | (tp->sip_mask << 16); in t3_config_trace_filter()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c392 attrs->upspec.sport_mask = ntohs(x->sel.sport_mask); in mlx5e_ipsec_build_accel_xfrm_attrs()
1088 attrs->upspec.sport_mask = ntohs(sel->sport_mask); in mlx5e_ipsec_build_accel_pol_attrs()
H A Dipsec.h59 u16 sport_mask; member
H A Dipsec_fs.c1037 udp_sport, upspec->sport_mask); in setup_fte_upper_proto_match()
1051 tcp_sport, upspec->sport_mask); in setup_fte_upper_proto_match()
/openbmc/linux/include/uapi/linux/
H A Dxfrm.h55 __be16 sport_mask; member
/openbmc/linux/net/ipv6/
H A Dmip6.c240 sel.sport_mask = htons(~0); in mip6_destopt_reject()
/openbmc/linux/net/key/
H A Daf_key.c2282 xp->selector.sport_mask = htons(0xffff); in pfkey_spdadd()
2389 sel.sport_mask = htons(0xffff); in pfkey_spddelete()
2597 sel.sport_mask = htons(0xffff); in pfkey_migrate()
/openbmc/linux/net/xfrm/
H A Dxfrm_state.c969 sel->sport_mask = htons(0xffff); in __xfrm4_init_tempsel()
988 sel->sport_mask = htons(0xffff); in __xfrm6_init_tempsel()
H A Dxfrm_policy.c205 !((xfrm_flowi_sport(fl, &fl4->uli) ^ sel->sport) & sel->sport_mask) && in __xfrm4_selector_match()
218 !((xfrm_flowi_sport(fl, &fl6->uli) ^ sel->sport) & sel->sport_mask) && in __xfrm6_selector_match()