Searched refs:open_port (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/net/ |
A D | reuseaddr_conflict.c | 21 int open_port(int ipv6, int any) in open_port() function 92 listenfd = open_port(0, 0); in main() 96 fd1 = open_port(0, 1); in main() 100 fd1 = open_port(1, 1); in main() 104 fd2 = open_port(0, 1); in main() 109 fd1 = open_port(0, 1); in main()
|
/linux/drivers/char/ |
A D | mem.c | 617 static int open_port(struct inode *inode, struct file *filp) in open_port() function 645 #define open_mem open_port 672 .open = open_port,
|
/linux/drivers/net/wan/ |
A D | wanxlfw.S | 268 bsr open_port 290 open_port: // D0 = 4 * port, D6 = doorbell to host label
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_switch.c | 4962 u16 open_port, i; in ice_fill_adv_packet_tun() local 4966 if (!ice_get_open_tunnel_port(hw, &open_port, TNL_VXLAN)) in ice_fill_adv_packet_tun() 4970 if (!ice_get_open_tunnel_port(hw, &open_port, TNL_GENEVE)) in ice_fill_adv_packet_tun() 4986 hdr->dst_port = cpu_to_be16(open_port); in ice_fill_adv_packet_tun()
|
/linux/ |
A D | System.map | 29841 ffff8000107bef34 t open_port
|
A D | .tmp_System.map | 29841 ffff8000107bef34 t open_port
|
Completed in 328 milliseconds