Searched refs:saved_cb (Results 1 – 2 of 2) sorted by relevance
310 void (**saved_cb)(struct sock *)) in smc_clcsock_replace_cb()313 if (!*saved_cb) in smc_clcsock_replace_cb()314 *saved_cb = *target_cb; in smc_clcsock_replace_cb()320 void (**saved_cb)(struct sock *)) in smc_clcsock_restore_cb()322 if (!*saved_cb) in smc_clcsock_restore_cb()324 *target_cb = *saved_cb; in smc_clcsock_restore_cb()325 *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()