Searched refs:new4 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireguard/ |
H A D | socket.c | 358 struct socket *new4 = NULL, *new6 = NULL; in wg_socket_init() local 387 ret = udp_sock_create(net, &port4, &new4); in wg_socket_init() 392 set_sock_opts(new4); in wg_socket_init() 393 setup_udp_tunnel_sock(net, new4, &cfg); in wg_socket_init() 397 port6.local_udp_port = inet_sk(new4->sk)->inet_sport; in wg_socket_init() 400 udp_tunnel_sock_release(new4); in wg_socket_init() 412 wg_socket_reinit(wg, new4->sk, new6 ? new6->sk : NULL); in wg_socket_init() 419 void wg_socket_reinit(struct wg_device *wg, struct sock *new4, in wg_socket_reinit() argument 429 rcu_assign_pointer(wg->sock4, new4); in wg_socket_reinit() 431 if (new4) in wg_socket_reinit() [all …]
|
H A D | socket.h | 15 void wg_socket_reinit(struct wg_device *wg, struct sock *new4,
|
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/ |
H A D | hyp_ethernet_interface.cpp | 64 auto new4 = HypEthernetIntf::dhcp4( in dhcpEnabled() local 75 if (old4 != new4 || old6 != new6 || oldra != newra) in dhcpEnabled()
|
/openbmc/phosphor-networkd/src/ |
H A D | ethernet_interface.cpp | 459 auto new4 = EthernetInterfaceIntf::dhcp4( in dhcpEnabled() local 470 if (old4 != new4 || old6 != new6 || oldra != newra) in dhcpEnabled()
|