Searched refs:restore (Results 1 – 9 of 9) sorted by relevance
| /net/unix/ |
| A D | unix_bpf.c | 148 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_dgram_bpf_update_proto() argument 153 if (restore) { in unix_dgram_bpf_update_proto() 164 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_stream_bpf_update_proto() argument 172 if (restore) { in unix_stream_bpf_update_proto()
|
| A D | af_unix.h | 63 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore); 64 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
|
| /net/ipv4/ |
| A D | udp_bpf.c | 141 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in udp_bpf_update_proto() argument 145 if (restore) { in udp_bpf_update_proto()
|
| A D | tcp_bpf.c | 685 int tcp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in tcp_bpf_update_proto() argument 694 if (restore) { in tcp_bpf_update_proto()
|
| /net/vmw_vsock/ |
| A D | vsock_bpf.c | 150 int vsock_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in vsock_bpf_update_proto() argument 154 if (restore) { in vsock_bpf_update_proto()
|
| A D | virtio_transport.c | 921 .restore = virtio_vsock_restore,
|
| /net/dsa/ |
| A D | port.c | 837 goto restore; in dsa_port_vlan_filtering() 845 goto restore; in dsa_port_vlan_filtering() 850 restore: in dsa_port_vlan_filtering()
|
| A D | user.c | 3389 goto restore; in dsa_conduit_lag_join() 3394 restore: in dsa_conduit_lag_join()
|
| /net/wireless/ |
| A D | reg.c | 1007 bool restore = true; in regdb_fw_cb() local 1032 restore = context && query_regdb(context); in regdb_fw_cb() 1034 restore = true; in regdb_fw_cb() 1038 if (restore) in regdb_fw_cb()
|
Completed in 41 milliseconds