| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_encap_actions.c | 87 struct efx_tc_encap_action *encap, struct net *net, in efx_bind_neigh() 238 struct efx_tc_encap_action *encap) in efx_release_neigh() 251 static void efx_gen_tun_header_eth(struct efx_tc_encap_action *encap, u16 proto) in efx_gen_tun_header_eth() 267 static void efx_gen_tun_header_ipv4(struct efx_tc_encap_action *encap, u8 ipproto, u8 len) in efx_gen_tun_header_ipv4() 287 static void efx_gen_tun_header_ipv6(struct efx_tc_encap_action *encap, u8 ipproto, u8 len) in efx_gen_tun_header_ipv6() 306 static void efx_gen_tun_header_udp(struct efx_tc_encap_action *encap, u8 len) in efx_gen_tun_header_udp() 318 static void efx_gen_tun_header_vxlan(struct efx_tc_encap_action *encap) in efx_gen_tun_header_vxlan() 330 static void efx_gen_tun_header_geneve(struct efx_tc_encap_action *encap) in efx_gen_tun_header_geneve() 351 static void efx_gen_vxlan_header_ipv4(struct efx_tc_encap_action *encap) in efx_gen_vxlan_header_ipv4() 362 static void efx_gen_geneve_header_ipv4(struct efx_tc_encap_action *encap) in efx_gen_geneve_header_ipv4() [all …]
|
| H A D | mae.c | 942 struct efx_tc_encap_action *encap) in efx_mae_allocate_encap_md() 970 struct efx_tc_encap_action *encap) in efx_mae_update_encap_md() 995 struct efx_tc_encap_action *encap) in efx_mae_free_encap_md() 1467 struct efx_tc_encap_match *encap) in efx_mae_register_encap_match() 1538 struct efx_tc_encap_match *encap) in efx_mae_unregister_encap_match()
|
| H A D | mcdi_filters.c | 275 #define MAP_FILTER_TO_MCDI_FLAG(gen_flag, mcdi_field, encap) { \ in efx_mcdi_filter_mcdi_flags_from_spec() argument 1176 static int efx_mcdi_filter_match_flags_from_mcdi(bool encap, u32 mcdi_flags) in efx_mcdi_filter_match_flags_from_mcdi() 1234 bool encap, in efx_mcdi_filter_match_supported() 1255 bool encap) in efx_mcdi_filter_table_probe_matches()
|
| H A D | tc.c | 465 struct efx_tc_encap_match *encap) in efx_tc_flower_release_encap_match() 497 struct efx_tc_encap_match *encap, *old, *pseudo = NULL; in efx_tc_flower_record_encap_match() local 2300 struct efx_tc_encap_action *encap; in efx_tc_flower_replace() local 2927 struct efx_tc_encap_match *encap = ptr; in efx_tc_encap_match_free() local
|
| /linux/net/ipv4/ |
| H A D | fou_bpf.c | 45 struct bpf_fou_encap *encap, int type) in bpf_skb_set_fou_encap() 87 struct bpf_fou_encap *encap) in bpf_skb_get_fou_encap()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun_encap.c | 798 struct mlx5e_tc_tun_encap *encap; in mlx5e_route_tbl_get_last_update() local 1164 mlx5e_route_get(struct mlx5e_tc_tun_encap *encap, struct mlx5e_route_key *key, in mlx5e_route_get() 1188 struct mlx5e_tc_tun_encap *encap; in mlx5e_route_get_create() local 1228 mlx5e_route_lookup_for_update(struct mlx5e_tc_tun_encap *encap, struct mlx5e_route_key *key) in mlx5e_route_lookup_for_update() 1735 struct mlx5e_tc_tun_encap *encap, in mlx5e_init_fib_work_ipv4() 1780 struct mlx5e_tc_tun_encap *encap, in mlx5e_init_fib_work_ipv6() 1825 struct mlx5e_tc_tun_encap *encap; in mlx5e_tc_tun_fib_event() local 1862 struct mlx5e_tc_tun_encap *encap; in mlx5e_tc_tun_init() local 1883 void mlx5e_tc_tun_cleanup(struct mlx5e_tc_tun_encap *encap) in mlx5e_tc_tun_cleanup()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_cls_redirect_dynptr.c | 273 static ret_t accept_locally(struct __sk_buff *skb, encap_headers_t *encap) in accept_locally() argument 294 encap_headers_t *encap, struct in_addr *next_hop, in forward_with_gre() argument 421 encap_headers_t *encap, struc in forward_to_next_hop() argument 477 get_next_hop(struct bpf_dynptr * dynptr,__u64 * offset,encap_headers_t * encap,struct in_addr * next_hop) get_next_hop() argument 860 encap_headers_t *encap; cls_redirect() local [all...] |
| H A D | test_cls_redirect.c | 381 accept_locally(struct __sk_buff * skb,encap_headers_t * encap) accept_locally() argument 402 forward_with_gre(struct __sk_buff * skb,encap_headers_t * encap,struct in_addr * next_hop,metrics_t * metrics) forward_with_gre() argument 529 forward_to_next_hop(struct __sk_buff * skb,encap_headers_t * encap,struct in_addr * next_hop,metrics_t * metrics) forward_to_next_hop() argument 586 get_next_hop(buf_t * pkt,encap_headers_t * encap,struct in_addr * next_hop) get_next_hop() argument 951 encap_headers_t *encap; cls_redirect() local [all...] |
| H A D | test_tunnel_kern.c | 760 struct bpf_fou_encap___local encap = {}; in ipip_gue_set_tunnel() local 799 struct bpf_fou_encap___local encap = {}; in ipip_fou_set_tunnel() local 838 struct bpf_fou_encap___local encap = {}; in ipip_encap_get_tunnel() local
|
| /linux/include/uapi/linux/netfilter_bridge/ |
| H A D | ebt_vlan.h | 16 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */ member
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_tunnel.c | 219 add_ipip_tunnel(enum ipip_encap encap) add_ipip_tunnel() argument 557 test_ipip_tunnel(enum ipip_encap encap) test_ipip_tunnel() argument
|
| H A D | cls_redirect.c | 218 encap_init(encap_headers_t * encap,uint8_t hop_count,uint8_t proto) encap_init() argument 248 encap_headers_t encap; build_input() local
|
| /linux/net/bridge/netfilter/ |
| H A D | ebt_vlan.c | 34 __be16 encap; in ebt_vlan_mt() local
|
| /linux/include/net/ |
| H A D | atmclip.h | 27 unsigned char encap; /* 0: NULL, 1: LLC/SNAP */ member
|
| /linux/drivers/crypto/caam/ |
| H A D | blob_gen.c | 73 struct caam_blob_info *info, bool encap) in caam_process_blob()
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_txrx.c | 1448 bool encap; in ionic_tx_tso() local 1556 bool encap; in ionic_tx_calc_csum() local 1595 bool encap; in ionic_tx_calc_no_csum() local 1688 bool encap; in ionic_tx_descs_needed() local
|
| /linux/net/l2tp/ |
| H A D | l2tp_netlink.c | 319 enum l2tp_encap_type encap) in l2tp_nl_tunnel_send_addr6() 347 enum l2tp_encap_type encap) in l2tp_nl_tunnel_send_addr4()
|
| H A D | l2tp_core.c | 1570 enum l2tp_encap_type encap = L2TP_ENCAPTYPE_UDP; in l2tp_tunnel_create() local 1608 enum l2tp_encap_type encap) in l2tp_validate_socket() 1760 enum l2tp_encap_type encap) in l2tp_session_set_header_len()
|
| H A D | l2tp_core.h | 135 enum l2tp_encap_type encap; member 172 enum l2tp_encap_type encap; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
| H A D | act.h | 20 bool encap; member
|
| /linux/net/psp/ |
| H A D | psp_main.c | 274 int l2_hlen = 0, l3_hlen, encap; in psp_dev_rcv() local
|
| /linux/net/core/ |
| H A D | lwtunnel.c | 114 struct nlattr *encap, unsigned int family, in lwtunnel_build_state()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec_rxtx.c | 223 struct xfrm_encap_tmpl *encap; in mlx5e_ipsec_tx_build_eseg() local
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_path.c | 82 } encap[NF_FLOW_TABLE_ENCAP_MAX]; member
|
| /linux/net/ipv6/ |
| H A D | ip6_offload.c | 118 bool encap, udpfrag; ipv6_gso_segment() local
|