Searched refs:xmit_type (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/net/netfilter/ |
| D | nft_flow_offload.c | 36 route->tuple[dir].xmit_type = nft_xmit_type(dst_cache); in nft_default_forward_path() 78 enum flow_offload_xmit_type xmit_type; member 148 info->xmit_type = FLOW_OFFLOAD_XMIT_DIRECT; in nft_dev_path_info() 162 info->xmit_type = FLOW_OFFLOAD_XMIT_DIRECT; in nft_dev_path_info() 207 if (info.xmit_type == FLOW_OFFLOAD_XMIT_DIRECT) { in nft_dev_forward_path() 212 route->tuple[dir].xmit_type = info.xmit_type; in nft_dev_forward_path() 245 if (route->tuple[dir].xmit_type == FLOW_OFFLOAD_XMIT_NEIGH && in nft_flow_route() 246 route->tuple[!dir].xmit_type == FLOW_OFFLOAD_XMIT_NEIGH) { in nft_flow_route()
|
| D | nf_flow_table_core.c | 116 switch (route->tuple[dir].xmit_type) { in flow_offload_fill_route() 137 flow_tuple->xmit_type = route->tuple[dir].xmit_type; in flow_offload_fill_route() 145 if (flow->tuplehash[dir].tuple.xmit_type == FLOW_OFFLOAD_XMIT_NEIGH || in nft_flow_dst_release() 146 flow->tuplehash[dir].tuple.xmit_type == FLOW_OFFLOAD_XMIT_XFRM) in nft_flow_dst_release() 438 if (tuple->xmit_type == FLOW_OFFLOAD_XMIT_NEIGH || in flow_offload_stale_dst() 439 tuple->xmit_type == FLOW_OFFLOAD_XMIT_XFRM) { in flow_offload_stale_dst()
|
| D | nf_flow_table_ip.c | 384 if (unlikely(tuplehash->tuple.xmit_type == FLOW_OFFLOAD_XMIT_XFRM)) { in nf_flow_offload_ip_hook() 392 switch (tuplehash->tuple.xmit_type) { in nf_flow_offload_ip_hook() 619 if (unlikely(tuplehash->tuple.xmit_type == FLOW_OFFLOAD_XMIT_XFRM)) { in nf_flow_offload_ipv6_hook() 627 switch (tuplehash->tuple.xmit_type) { in nf_flow_offload_ipv6_hook()
|
| D | nf_flow_table_offload.c | 227 switch (this_tuple->xmit_type) { in flow_offload_eth_src() 277 switch (this_tuple->xmit_type) { in flow_offload_eth_dst() 544 switch (this_tuple->xmit_type) { in flow_offload_redirect() 575 if (this_tuple->xmit_type == FLOW_OFFLOAD_XMIT_DIRECT) in flow_offload_encap_tunnel() 600 if (other_tuple->xmit_type == FLOW_OFFLOAD_XMIT_DIRECT) in flow_offload_decap_tunnel() 746 if (other_tuple->xmit_type == FLOW_OFFLOAD_XMIT_NEIGH) in nf_flow_offload_rule_alloc()
|
| /Linux-v5.15/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_cmn.c | 3399 u32 xmit_type) in bnx2x_pkt_req_lin() argument 3404 if (xmit_type & XMIT_GSO_ENC) in bnx2x_pkt_req_lin() 3408 if (xmit_type & XMIT_GSO) { in bnx2x_pkt_req_lin() 3418 if (xmit_type & XMIT_GSO_ENC) in bnx2x_pkt_req_lin() 3470 (xmit_type & XMIT_GSO) ? "LSO" : "non-LSO", in bnx2x_pkt_req_lin() 3486 u32 xmit_type) in bnx2x_set_pbd_gso() argument 3492 if (xmit_type & XMIT_GSO_V4) { in bnx2x_set_pbd_gso() 3520 u32 *parsing_data, u32 xmit_type) in bnx2x_set_pbd_csum_enc() argument 3527 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_enc() 3554 u32 *parsing_data, u32 xmit_type) in bnx2x_set_pbd_csum_e2() argument [all …]
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/qede/ |
| D | qede_fp.c | 271 static bool qede_pkt_req_lin(struct sk_buff *skb, u8 xmit_type) in qede_pkt_req_lin() argument 275 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() 1488 u8 xmit_type; in qede_start_xmit() local 1501 xmit_type = qede_xmit_type(skb, &ipv6_ext); in qede_start_xmit() 1504 if (qede_pkt_req_lin(skb, xmit_type)) { in qede_start_xmit() 1541 if (unlikely((xmit_type & XMIT_LSO) | ipv6_ext)) { in qede_start_xmit() 1563 if (xmit_type & XMIT_L4_CSUM) { in qede_start_xmit() 1570 if (xmit_type & XMIT_ENC) { in qede_start_xmit() 1592 if (xmit_type & XMIT_LSO) { in qede_start_xmit() [all …]
|
| /Linux-v5.15/include/net/netfilter/ |
| D | nf_flow_table.h | 130 xmit_type:2, member 205 enum flow_offload_xmit_type xmit_type; member
|
| /Linux-v5.15/drivers/scsi/qla2xxx/ |
| D | qla_target.c | 2799 struct qla_tgt_prm *prm, int xmit_type, uint8_t scsi_status, in qlt_pre_xmit_response() argument 2820 if ((xmit_type & QLA_TGT_XMIT_DATA) && qlt_has_data(cmd)) { in qlt_pre_xmit_response() 2844 if (xmit_type & QLA_TGT_XMIT_STATUS) { in qlt_pre_xmit_response() 3276 int qlt_xmit_response(struct qla_tgt_cmd *cmd, int xmit_type, in qlt_xmit_response() argument 3295 (xmit_type & QLA_TGT_XMIT_STATUS) ? in qlt_xmit_response() 3299 res = qlt_pre_xmit_response(cmd, &prm, xmit_type, scsi_status, in qlt_xmit_response() 3307 if (xmit_type == QLA_TGT_XMIT_STATUS) in qlt_xmit_response() 3330 if (cmd->se_cmd.prot_op && (xmit_type & QLA_TGT_XMIT_DATA)) in qlt_xmit_response() 3341 if (qlt_has_data(cmd) && (xmit_type & QLA_TGT_XMIT_DATA)) { in qlt_xmit_response() 3350 if (xmit_type & QLA_TGT_XMIT_STATUS) { in qlt_xmit_response()
|
| D | tcm_qla2xxx.c | 695 int xmit_type = QLA_TGT_XMIT_STATUS; in tcm_qla2xxx_queue_status() local 734 return qlt_xmit_response(cmd, xmit_type, se_cmd->scsi_status); in tcm_qla2xxx_queue_status()
|
| /Linux-v5.15/net/tipc/ |
| D | crypto.c | 1657 TIPC_SKB_CB(skb)->xmit_type = type; in tipc_crypto_clone_msg() 1713 if (TIPC_SKB_CB(*skb)->xmit_type == SKB_PROBING) { in tipc_crypto_xmit() 1728 if (TIPC_SKB_CB(*skb)->xmit_type == SKB_GRACING) { in tipc_crypto_xmit()
|
| D | msg.h | 134 u8 xmit_type:2; member
|