Home
last modified time | relevance | path

Searched defs:encap (Results 1 – 25 of 51) sorted by relevance

123

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun_encap.c721 struct mlx5e_tc_tun_encap *encap; in mlx5e_route_tbl_get_last_update() local
1016 mlx5e_route_get(struct mlx5e_tc_tun_encap *encap, struct mlx5e_route_key *key, in mlx5e_route_get()
1040 struct mlx5e_tc_tun_encap *encap; in mlx5e_route_get_create() local
1080 mlx5e_route_lookup_for_update(struct mlx5e_tc_tun_encap *encap, struct mlx5e_route_key *key) in mlx5e_route_lookup_for_update()
1571 struct mlx5e_tc_tun_encap *encap, in mlx5e_init_fib_work_ipv4()
1614 struct mlx5e_tc_tun_encap *encap, in mlx5e_init_fib_work_ipv6()
1659 struct mlx5e_tc_tun_encap *encap; in mlx5e_tc_tun_fib_event() local
1696 struct mlx5e_tc_tun_encap *encap; in mlx5e_tc_tun_init() local
1717 void mlx5e_tc_tun_cleanup(struct mlx5e_tc_tun_encap *encap) in mlx5e_tc_tun_cleanup()
/linux/tools/testing/selftests/bpf/progs/
A Dtest_cls_redirect.c378 static INLINING ret_t accept_locally(struct __sk_buff *skb, encap_headers_t *encap) in accept_locally()
399 static INLINING ret_t forward_with_gre(struct __sk_buff *skb, encap_headers_t *encap, in forward_with_gre()
526 static INLINING ret_t forward_to_next_hop(struct __sk_buff *skb, encap_headers_t *encap, in forward_to_next_hop()
583 static INLINING ret_t get_next_hop(buf_t *pkt, encap_headers_t *encap, in get_next_hop()
948 encap_headers_t *encap; in cls_redirect() local
/linux/include/uapi/linux/netfilter_bridge/
A Debt_vlan.h16 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */ member
/linux/net/bridge/netfilter/
A Debt_vlan.c34 __be16 encap; in ebt_vlan_mt() local
/linux/net/ipv4/
A Desp4.c136 struct xfrm_encap_tmpl *encap = x->encap; in esp_find_tcp_sk() local
411 struct xfrm_encap_tmpl *encap = x->encap; in esp_output_encap() local
769 struct xfrm_encap_tmpl *encap = x->encap; in esp_input_done2() local
1163 struct xfrm_encap_tmpl *encap = x->encap; in esp_init_state() local
/linux/net/ipv6/
A Desp6.c154 struct xfrm_encap_tmpl *encap = x->encap; in esp6_find_tcp_sk() local
448 struct xfrm_encap_tmpl *encap = x->encap; in esp6_output_encap() local
804 struct xfrm_encap_tmpl *encap = x->encap; in esp6_input_done2() local
1216 struct xfrm_encap_tmpl *encap = x->encap; in esp6_init_state() local
A Dip6_offload.c85 bool encap, udpfrag; in ipv6_gso_segment() local
/linux/include/net/
A Datmclip.h27 unsigned char encap; /* 0: NULL, 1: LLC/SNAP */ member
A Dip6_tunnel.h64 struct ip_tunnel_encap encap; member
A Dlwtunnel.h216 struct nlattr *encap, in lwtunnel_build_state()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dcls_redirect.c249 static void encap_init(encap_headers_t *encap, uint8_t hop_count, uint8_t proto) in encap_init()
279 encap_headers_t encap; in build_input() local
/linux/net/l2tp/
A Dl2tp_netlink.c318 enum l2tp_encap_type encap) in l2tp_nl_tunnel_send_addr6()
346 enum l2tp_encap_type encap) in l2tp_nl_tunnel_send_addr4()
A Dl2tp_core.h134 enum l2tp_encap_type encap; member
174 enum l2tp_encap_type encap; member
A Dl2tp_core.c1394 enum l2tp_encap_type encap = L2TP_ENCAPTYPE_UDP; in l2tp_tunnel_create() local
1434 enum l2tp_encap_type encap) in l2tp_validate_socket()
/linux/drivers/net/ethernet/sfc/
A Dmcdi_filters.c272 #define MAP_FILTER_TO_MCDI_FLAG(gen_flag, mcdi_field, encap) { \ in efx_mcdi_filter_mcdi_flags_from_spec() argument
1172 static int efx_mcdi_filter_match_flags_from_mcdi(bool encap, u32 mcdi_flags) in efx_mcdi_filter_match_flags_from_mcdi()
1230 bool encap, in efx_mcdi_filter_match_supported()
1251 bool encap) in efx_mcdi_filter_table_probe_matches()
A Def100_tx.c196 bool encap = skb->encapsulation; in ef100_make_tso_desc() local
/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_txrx.c908 bool encap; in ionic_tx_tso() local
1014 bool encap; in ionic_tx_calc_csum() local
1053 bool encap; in ionic_tx_calc_no_csum() local
/linux/drivers/infiniband/core/
A Duverbs_std_types_flow_action.c221 struct ib_flow_spec_list encap; member
/linux/net/core/
A Dlwtunnel.c109 struct nlattr *encap, unsigned int family, in lwtunnel_build_state()
/linux/include/net/netfilter/
A Dnf_flow_table.h124 } encap[NF_FLOW_TABLE_ENCAP_MAX]; member
195 } encap[NF_FLOW_TABLE_ENCAP_MAX]; member
/linux/net/xfrm/
A Dxfrm_state.c469 static const struct xfrm_mode *xfrm_get_mode(unsigned int encap, int family) in xfrm_get_mode()
1507 struct xfrm_encap_tmpl *encap) in xfrm_state_clone()
1654 struct xfrm_encap_tmpl *encap) in xfrm_state_migrate()
2277 const struct xfrm_encap_tmpl *encap) in km_migrate()
A Dxfrm_user.c2581 struct xfrm_encap_tmpl *encap = NULL; in xfrm_do_migrate() local
2665 const struct xfrm_encap_tmpl *encap, u8 dir, u8 type) in build_migrate()
2712 const struct xfrm_encap_tmpl *encap) in xfrm_send_migrate()
2733 const struct xfrm_encap_tmpl *encap) in xfrm_send_migrate()
/linux/net/netfilter/
A Dnft_flow_offload.c73 } encap[NF_FLOW_TABLE_ENCAP_MAX]; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dipsec_rxtx.c310 struct xfrm_encap_tmpl *encap; in mlx5e_ipsec_tx_build_eseg() local
/linux/drivers/crypto/caam/
A Dcaamalg_desc.c1242 unsigned int icvsize, const bool encap, in cnstr_shdsc_chachapoly()

Completed in 68 milliseconds

123