Searched refs:encap_type (Results 1 - 25 of 50) sorted by path

12

/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_net.c196 tnl_cfg.encap_type = 1;
/linux-master/drivers/net/
H A Damt.c2973 tunnel_cfg.encap_type = 1;
H A Dbareudp.c247 tunnel_cfg.encap_type = 1;
H A Dgeneve.c611 tunnel_cfg.encap_type = 1;
H A Dgtp.c633 WRITE_ONCE(udp_sk(sk)->encap_type, 0);
685 switch (READ_ONCE(udp_sk(sk)->encap_type)) {
1001 tuncfg.encap_type = type;
1228 tuncfg.encap_type = type;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h7628 u8 encap_type; member in struct:hwrm_cfa_encap_record_alloc_input
H A Dbnxt_tc.c895 req->encap_type = CFA_ENCAP_RECORD_ALLOC_REQ_ENCAP_TYPE_VXLAN;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c436 if (x->encap->encap_type != UDP_ENCAP_ESPINUDP) {
H A Dipsec_rxtx.c254 } else if (encap->encap_type == UDP_ENCAP_ESPINUDP) {
/linux-master/drivers/net/ethernet/sfc/
H A Dfilter.h141 * @encap_type: Encapsulation type to match (from &enum efx_encap_type), if
170 u32 encap_type:4; member in struct:efx_filter_spec
329 enum efx_encap_type encap_type)
332 spec->encap_type = encap_type;
339 return spec->encap_type;
328 efx_filter_set_encap_type(struct efx_filter_spec *spec, enum efx_encap_type encap_type) argument
H A Dmcdi_filters.c97 enum efx_encap_type encap_type = efx_filter_get_encap_type(spec); local
129 if (encap_type) {
135 htons(encap_type & EFX_ENCAP_FLAG_IPV6 ?
140 switch (encap_type & EFX_ENCAP_TYPES_MASK) {
270 enum efx_encap_type encap_type = efx_filter_get_encap_type(spec); local
287 MAP_FILTER_TO_MCDI_FLAG(REM_HOST, SRC_IP, encap_type);
288 MAP_FILTER_TO_MCDI_FLAG(LOC_HOST, DST_IP, encap_type);
289 MAP_FILTER_TO_MCDI_FLAG(REM_MAC, SRC_MAC, encap_type);
290 MAP_FILTER_TO_MCDI_FLAG(REM_PORT, SRC_PORT, encap_type);
291 MAP_FILTER_TO_MCDI_FLAG(LOC_MAC, DST_MAC, encap_type);
824 efx_mcdi_filter_insert_def(struct efx_nic *efx, struct efx_mcdi_filter_vlan *vlan, enum efx_encap_type encap_type, bool multicast, bool rollback) argument
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dfilter.h142 * @encap_type: Encapsulation type to match (from &enum efx_encap_type), if
170 u32 encap_type:4; member in struct:efx_filter_spec
296 enum efx_encap_type encap_type)
299 spec->encap_type = encap_type;
306 return spec->encap_type;
295 efx_filter_set_encap_type(struct efx_filter_spec *spec, enum efx_encap_type encap_type) argument
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c3564 tunnel_cfg.encap_type = 1;
/linux-master/drivers/net/wireguard/
H A Dsocket.c355 .encap_type = 1,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c142 ti.encap_type = ath11k_dp_tx_get_encap_type(arvif, skb);
153 if (unlikely(ti.encap_type == HAL_TCL_ENCAP_TYPE_RAW)) {
175 ti.encap_type != HAL_TCL_ENCAP_TYPE_RAW)) {
190 switch (ti.encap_type) {
H A Dhal_tx.c53 FIELD_PREP(HAL_TCL_DATA_CMD_INFO0_ENCAP_TYPE, ti->encap_type) |
H A Dhal_tx.h24 enum hal_tcl_encap_type encap_type; member in struct:hal_tx_info
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c121 le32_encode_bits(ti->encap_type,
198 ti.encap_type = ath12k_dp_tx_get_encap_type(arvif, skb);
210 ti.encap_type != HAL_TCL_ENCAP_TYPE_RAW) {
222 switch (ti.encap_type) {
H A Dhal_tx.h26 enum hal_tcl_encap_type encap_type; member in struct:hal_tx_info
/linux-master/include/linux/
H A Dudp.h57 __u8 encap_type; /* Is this an Encapsulation socket? */ member in struct:udp_sock
/linux-master/include/net/
H A Dipv6_stubs.h67 int encap_type);
H A Dlwtunnel.h118 int lwtunnel_valid_encap_type(u16 encap_type,
122 int lwtunnel_build_state(struct net *net, u16 encap_type,
203 static inline int lwtunnel_valid_encap_type(u16 encap_type, argument
218 static inline int lwtunnel_build_state(struct net *net, u16 encap_type, argument
267 #define MODULE_ALIAS_RTNL_LWT(encap_type) MODULE_ALIAS("rtnl-lwt-" __stringify(encap_type))
H A Dudp_tunnel.h83 __u8 encap_type; member in struct:udp_tunnel_sock_cfg
H A Dxfrm.h1484 int encap_type);
1495 int encap_type);
1656 int xfrm_input(struct sk_buff *skb, int nexthdr, __be32 spi, int encap_type);
1673 int encap_type);
1694 int encap_type);
/linux-master/include/uapi/linux/
H A Dxfrm.h256 __u16 encap_type; member in struct:xfrm_encap_tmpl

Completed in 799 milliseconds

12