Home
last modified time | relevance | path

Searched refs:saved_cb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/smc/
H A Dsmc.h308 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()
/openbmc/linux/net/sched/
H A Dact_ipt.c258 char saved_cb[sizeof_field(struct sk_buff, cb)]; in tcf_ipt_act() local
285 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()