Searched refs:oldport (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c96 __be16 oldport, __be16 newport)
102 ip_vs_check_diff2(oldport, newport,
108 ip_vs_check_diff2(oldport, newport,
93 udp_fast_csum_update(int af, struct udphdr *uhdr, const union nf_inet_addr *oldip, const union nf_inet_addr *newip, __be16 oldport, __be16 newport) argument
H A Dip_vs_proto_tcp.c108 __be16 oldport, __be16 newport)
114 ip_vs_check_diff2(oldport, newport,
120 ip_vs_check_diff2(oldport, newport,
105 tcp_fast_csum_update(int af, struct tcphdr *tcph, const union nf_inet_addr *oldip, const union nf_inet_addr *newip, __be16 oldport, __be16 newport) argument
/linux-master/net/netfilter/
H A Dnf_nat_proto.c147 __be16 *portptr, newport, oldport; local
171 oldport = *portptr;
178 inet_proto_csum_replace2(&hdr->check, skb, oldport, newport, false);
190 __be16 *portptr, oldport, newport; local
209 oldport = *portptr;
216 inet_proto_csum_replace2(&hdr->dccph_checksum, skb, oldport, newport,
/linux-master/net/ipv4/
H A Dudp_offload.c194 __be16 *oldport, __be16 *newport)
199 if (*oldip == *newip && *oldport == *newport)
208 inet_proto_csum_replace2(&uh->check, seg, *oldport, *newport,
213 *oldport = *newport;
192 __udpv4_gso_segment_csum(struct sk_buff *seg, __be32 *oldip, __be32 *newip, __be16 *oldport, __be16 *newport) argument
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_lag.c485 * @oldport: lport of previous nodes location
491 ice_lag_move_vf_node_tc(struct ice_lag *lag, u8 oldport, u8 newport, argument
553 if (ice_aq_cfg_lan_txq(&lag->pf->hw, qbuf, qbuf_size, valq, oldport,
639 * @oldport: lport of previous interface
644 ice_lag_move_single_vf_nodes(struct ice_lag *lag, u8 oldport, u8 newport, argument
650 ice_lag_move_vf_node_tc(lag, oldport, newport, vsi_num, tc);
704 * @oldport: lport of previous interface
707 static void ice_lag_move_vf_nodes(struct ice_lag *lag, u8 oldport, u8 newport) argument
719 ice_lag_move_single_vf_nodes(lag, oldport, newport, i);
H A Dice_common.h198 u16 buf_size, u16 num_qs, u8 oldport, u8 newport,
H A Dice_common.c4265 * @oldport: origination lport
4276 u16 buf_size, u16 num_qs, u8 oldport, u8 newport,
4292 cmd->port_num_chng = (oldport & ICE_AQC_Q_CFG_SRC_PRT_M);
4275 ice_aq_cfg_lan_txq(struct ice_hw *hw, struct ice_aqc_cfg_txqs_buf *buf, u16 buf_size, u16 num_qs, u8 oldport, u8 newport, struct ice_sq_cd *cd) argument

Completed in 332 milliseconds