Searched defs:encap (Results 1 - 25 of 62) sorted by relevance

123

/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_vlan.h16 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */ member in struct:ebt_vlan_info
/linux-master/net/ipv4/
H A Dfou_bpf.c44 bpf_skb_set_fou_encap(struct __sk_buff *skb_ctx, struct bpf_fou_encap *encap, int type) argument
86 bpf_skb_get_fou_encap(struct __sk_buff *skb_ctx, struct bpf_fou_encap *encap) argument
[all...]
H A Dip_tunnel_core.c1084 ip_tunnel_netlink_encap_parms(struct nlattr *data[], struct ip_tunnel_encap *encap) argument
/linux-master/include/net/
H A Datmclip.h27 unsigned char encap; /* 0: NULL, 1: LLC/SNAP */ member in struct:clip_vcc
H A Dip6_tunnel.h65 struct ip_tunnel_encap encap; member in struct:ip6_tnl
H A Dlwtunnel.h218 lwtunnel_build_state(struct net *net, u16 encap_type, struct nlattr *encap, unsigned int family, const void *cfg, struct lwtunnel_state **lws, struct netlink_ext_ack *extack) argument
/linux-master/net/bridge/netfilter/
H A Debt_vlan.c34 __be16 encap; local
/linux-master/drivers/crypto/caam/
H A Dblob_gen.c62 caam_process_blob(struct caam_blob_priv *priv, struct caam_blob_info *info, bool encap) argument
H A Dcaamalg_desc.c1240 cnstr_shdsc_chachapoly(u32 * const desc, struct alginfo *cdata, struct alginfo *adata, unsigned int ivsize, unsigned int icvsize, const bool encap, const bool is_qi) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dact.h20 bool encap; member in struct:mlx5e_tc_act_parse_state
/linux-master/net/l2tp/
H A Dl2tp_netlink.c317 l2tp_nl_tunnel_send_addr6(struct sk_buff *skb, struct sock *sk, enum l2tp_encap_type encap) argument
345 l2tp_nl_tunnel_send_addr4(struct sk_buff *skb, struct sock *sk, enum l2tp_encap_type encap) argument
H A Dl2tp_core.h134 enum l2tp_encap_type encap; member in struct:l2tp_tunnel_cfg
174 enum l2tp_encap_type encap; member in struct:l2tp_tunnel
/linux-master/net/core/
H A Dlwtunnel.c111 lwtunnel_build_state(struct net *net, u16 encap_type, struct nlattr *encap, unsigned int family, const void *cfg, struct lwtunnel_state **lws, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/sfc/
H A Def100_tx.c196 bool encap = skb->encapsulation; local
H A Dtc_encap_actions.c84 efx_bind_neigh(struct efx_nic *efx, struct efx_tc_encap_action *encap, struct net *net, struct netlink_ext_ack *extack) argument
235 efx_release_neigh(struct efx_nic *efx, struct efx_tc_encap_action *encap) argument
249 efx_gen_tun_header_eth(struct efx_tc_encap_action *encap, u16 proto) argument
265 efx_gen_tun_header_ipv4(struct efx_tc_encap_action *encap, u8 ipproto, u8 len) argument
285 efx_gen_tun_header_ipv6(struct efx_tc_encap_action *encap, u8 ipproto, u8 len) argument
304 efx_gen_tun_header_udp(struct efx_tc_encap_action *encap, u8 len) argument
316 efx_gen_tun_header_vxlan(struct efx_tc_encap_action *encap) argument
328 efx_gen_tun_header_geneve(struct efx_tc_encap_action *encap) argument
349 efx_gen_vxlan_header_ipv4(struct efx_tc_encap_action *encap) argument
360 efx_gen_geneve_header_ipv4(struct efx_tc_encap_action *encap) argument
371 efx_gen_vxlan_header_ipv6(struct efx_tc_encap_action *encap) argument
381 efx_gen_geneve_header_ipv6(struct efx_tc_encap_action *encap) argument
391 efx_gen_encap_header(struct efx_nic *efx, struct efx_tc_encap_action *encap) argument
428 efx_tc_update_encap(struct efx_nic *efx, struct efx_tc_encap_action *encap) argument
507 struct efx_tc_encap_action *encap; local
603 struct efx_tc_encap_action *encap, *old; local
691 efx_tc_flower_release_encap_md(struct efx_nic *efx, struct efx_tc_encap_action *encap) argument
705 struct efx_tc_encap_action *encap, *next; local
[all...]
H A Dtc_counters.c90 struct efx_tc_encap_action *encap; local
[all...]
H A Dmcdi_filters.c1176 static int efx_mcdi_filter_match_flags_from_mcdi(bool encap, u32 mcdi_flags) argument
1233 efx_mcdi_filter_match_supported(struct efx_mcdi_filter_table *table, bool encap, enum efx_filter_match_flags match_flags) argument
1253 efx_mcdi_filter_table_probe_matches(struct efx_nic *efx, struct efx_mcdi_filter_table *table, bool encap) argument
[all...]
H A Dtc.c468 efx_tc_flower_release_encap_match(struct efx_nic *efx, struct efx_tc_encap_match *encap) argument
501 struct efx_tc_encap_match *encap, *old, *pseudo = NULL; local
2304 struct efx_tc_encap_action *encap; local
2931 struct efx_tc_encap_match *encap = ptr; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c223 struct xfrm_encap_tmpl *encap; local
/linux-master/net/ipv6/
H A Dip6_offload.c118 bool encap, udpfrag; local
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c250 static void encap_init(encap_headers_t *encap, uint8_t hop_count, uint8_t proto) argument
280 encap_headers_t encap; local
H A Dtest_tunnel.c219 static int add_ipip_tunnel(enum ipip_encap encap) argument
557 static void test_ipip_tunnel(enum ipip_encap encap) argument
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c741 struct bpf_fou_encap encap = {}; local
778 struct bpf_fou_encap encap = {}; local
816 struct bpf_fou_encap encap = {}; local
[all...]
/linux-master/net/netfilter/
H A Dnft_flow_offload.c86 } encap[NF_FLOW_TABLE_ENCAP_MAX]; member in struct:nft_forward_info
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h97 struct mlx5e_tc_tun_encap *encap; member in struct:mlx5_rep_uplink_priv

Completed in 223 milliseconds

123