Home
last modified time | relevance | path

Searched refs:tmp_port (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/netfilter/
Dnf_conntrack_ftp.c203 u_int16_t tmp_port = 0; in get_port() local
209 if (tmp_port == 0) in get_port()
211 *port = htons(tmp_port); in get_port()
212 pr_debug("get_port: return %d\n", tmp_port); in get_port()
216 tmp_port = tmp_port*10 + data[i] - '0'; in get_port()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c171 u8 tmp_port; in hns_mac_get_inner_port_num() local
209 tmp_port = 0; in hns_mac_get_inner_port_num()
212 tmp_port = 0; in hns_mac_get_inner_port_num()
226 tmp_port = vm_queue_id; in hns_mac_get_inner_port_num()
233 tmp_port += DSAF_BASE_INNER_PORT_NUM; in hns_mac_get_inner_port_num()
235 *port_num = tmp_port; in hns_mac_get_inner_port_num()