Searched refs:saved_cb (Results 1 – 2 of 2) sorted by relevance
308 void (**saved_cb)(struct sock *)) in smc_clcsock_replace_cb()311 if (!*saved_cb) in smc_clcsock_replace_cb()312 *saved_cb = *target_cb; in smc_clcsock_replace_cb()318 void (**saved_cb)(struct sock *)) in smc_clcsock_restore_cb()320 if (!*saved_cb) in smc_clcsock_restore_cb()322 *target_cb = *saved_cb; in smc_clcsock_restore_cb()323 *saved_cb = NULL; in smc_clcsock_restore_cb()
258 char saved_cb[sizeof_field(struct sk_buff, cb)]; in tcf_ipt_act() local285 memcpy(saved_cb, skb->cb, sizeof(saved_cb)); in tcf_ipt_act()323 memcpy(skb->cb, saved_cb, sizeof(skb->cb)); in tcf_ipt_act()