Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 6 of 6) sorted by relevance

/net/unix/
Dunix_bpf.c145 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_dgram_bpf_update_proto() argument
150 if (restore) { in unix_dgram_bpf_update_proto()
161 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_stream_bpf_update_proto() argument
163 if (restore) { in unix_stream_bpf_update_proto()
/net/ipv4/
Dudp_bpf.c142 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in udp_bpf_update_proto() argument
146 if (restore) { in udp_bpf_update_proto()
Dtcp_bpf.c602 int tcp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in tcp_bpf_update_proto() argument
611 if (restore) { in tcp_bpf_update_proto()
/net/dsa/
Dport.c649 goto restore; in dsa_port_vlan_filtering()
657 goto restore; in dsa_port_vlan_filtering()
662 restore: in dsa_port_vlan_filtering()
/net/wireless/
Dreg.c1042 bool restore = true; in regdb_fw_cb() local
1067 restore = context && query_regdb(context); in regdb_fw_cb()
1069 restore = true; in regdb_fw_cb()
1073 if (restore) in regdb_fw_cb()
/net/vmw_vsock/
Dvirtio_transport.c834 .restore = virtio_vsock_restore,