Searched refs:restore (Results 1 – 6 of 6) sorted by relevance
145 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_dgram_bpf_update_proto() argument150 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() argument163 if (restore) { in unix_stream_bpf_update_proto()
142 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in udp_bpf_update_proto() argument146 if (restore) { in udp_bpf_update_proto()
602 int tcp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in tcp_bpf_update_proto() argument611 if (restore) { in tcp_bpf_update_proto()
649 goto restore; in dsa_port_vlan_filtering()657 goto restore; in dsa_port_vlan_filtering()662 restore: in dsa_port_vlan_filtering()
1042 bool restore = true; in regdb_fw_cb() local1067 restore = context && query_regdb(context); in regdb_fw_cb()1069 restore = true; in regdb_fw_cb()1073 if (restore) in regdb_fw_cb()
834 .restore = virtio_vsock_restore,