Searched refs:xmit_type (Results 1 – 10 of 10) sorted by relevance
33 route->tuple[dir].xmit_type = nft_xmit_type(dst_cache); in nft_default_forward_path()98 enum flow_offload_xmit_type xmit_type; member151 info->xmit_type = FLOW_OFFLOAD_XMIT_DIRECT; in nft_dev_path_info()183 info->xmit_type = FLOW_OFFLOAD_XMIT_DIRECT; in nft_dev_path_info()192 info->xmit_type = FLOW_OFFLOAD_XMIT_DIRECT; in nft_dev_path_info()257 if (info.xmit_type == FLOW_OFFLOAD_XMIT_DIRECT) { in nft_dev_forward_path()260 route->tuple[dir].xmit_type = info.xmit_type; in nft_dev_forward_path()309 if (route->tuple[dir].xmit_type == FLOW_OFFLOAD_XMIT_NEIGH && in nft_flow_route()313 if (route->tuple[!dir].xmit_type == FLOW_OFFLOAD_XMIT_NEIGH && in nft_flow_route()
116 if (tuple->xmit_type == FLOW_OFFLOAD_XMIT_TC) in nf_flow_rule_match()250 switch (this_tuple->xmit_type) { in flow_offload_eth_src()303 switch (this_tuple->xmit_type) { in flow_offload_eth_dst()596 switch (this_tuple->xmit_type) { in flow_offload_redirect()634 if (this_tuple->xmit_type == FLOW_OFFLOAD_XMIT_DIRECT) in flow_offload_encap_tunnel()663 if (other_tuple->xmit_type == FLOW_OFFLOAD_XMIT_DIRECT) in flow_offload_decap_tunnel()823 if (other_tuple->xmit_type == FLOW_OFFLOAD_XMIT_NEIGH) in nf_flow_offload_rule_alloc()
128 switch (route->tuple[dir].xmit_type) { in flow_offload_fill_route()153 flow_tuple->xmit_type = route->tuple[dir].xmit_type; in flow_offload_fill_route()
810 if (unlikely(tuplehash->tuple.xmit_type == FLOW_OFFLOAD_XMIT_XFRM)) { in nf_flow_queue_xmit4()827 switch (tuplehash->tuple.xmit_type) { in nf_flow_queue_xmit4()1138 if (unlikely(tuplehash->tuple.xmit_type == FLOW_OFFLOAD_XMIT_XFRM)) { in nf_flow_queue_xmit6()1156 switch (tuplehash->tuple.xmit_type) { in nf_flow_queue_xmit6()
3420 u32 xmit_type) in bnx2x_pkt_req_lin() argument3425 if (xmit_type & XMIT_GSO_ENC) in bnx2x_pkt_req_lin()3429 if (xmit_type & XMIT_GSO) { in bnx2x_pkt_req_lin()3439 if (xmit_type & XMIT_GSO_ENC) in bnx2x_pkt_req_lin()3488 (xmit_type & XMIT_GSO) ? "LSO" : "non-LSO", in bnx2x_pkt_req_lin()3504 u32 xmit_type) in bnx2x_set_pbd_gso() argument3510 if (xmit_type & XMIT_GSO_V4) { in bnx2x_set_pbd_gso()3538 u32 *parsing_data, u32 xmit_type) in bnx2x_set_pbd_csum_enc() argument3545 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_enc()3570 u32 *parsing_data, u32 xmit_type) in bnx2x_set_pbd_csum_e2() argument[all …]
271 static bool qede_pkt_req_lin(struct sk_buff *skb, u8 xmit_type) in qede_pkt_req_lin() argument275 if (xmit_type & XMIT_LSO) { in qede_pkt_req_lin()278 hlen = qede_get_skb_hlen(skb, xmit_type & XMIT_ENC); in qede_pkt_req_lin()1497 u8 xmit_type; in qede_start_xmit() local1510 xmit_type = qede_xmit_type(skb, &ipv6_ext); in qede_start_xmit()1513 if (qede_pkt_req_lin(skb, xmit_type)) { in qede_start_xmit()1550 if (unlikely((xmit_type & XMIT_LSO) | ipv6_ext)) { in qede_start_xmit()1572 if (xmit_type & XMIT_L4_CSUM) { in qede_start_xmit()1579 if (xmit_type & XMIT_ENC) { in qede_start_xmit()1601 if (xmit_type & XMIT_LSO) { in qede_start_xmit()[all …]
152 xmit_type:3, member239 enum flow_offload_xmit_type xmit_type; member
1659 TIPC_SKB_CB(skb)->xmit_type = type; in tipc_crypto_clone_msg()1715 if (TIPC_SKB_CB(*skb)->xmit_type == SKB_PROBING) { in tipc_crypto_xmit()1730 if (TIPC_SKB_CB(*skb)->xmit_type == SKB_GRACING) { in tipc_crypto_xmit()
134 u8 xmit_type:2; member
409 entry->tuplehash[dir].tuple.xmit_type = FLOW_OFFLOAD_XMIT_TC; in tcf_ct_flow_tc_ifidx()