Lines Matching refs:fh
103 unsigned long fh, int event);
137 unsigned long fh; in tc_ctl_tfilter() local
282 fh = tp->ops->get(tp, t->tcm_handle); in tc_ctl_tfilter()
284 if (fh == 0) { in tc_ctl_tfilter()
290 tfilter_notify(net, skb, n, tp, fh, RTM_DELTFILTER); in tc_ctl_tfilter()
311 err = tp->ops->delete(tp, fh); in tc_ctl_tfilter()
313 tfilter_notify(net, skb, n, tp, fh, RTM_DELTFILTER); in tc_ctl_tfilter()
316 err = tfilter_notify(net, skb, n, tp, fh, RTM_NEWTFILTER); in tc_ctl_tfilter()
324 err = tp->ops->change(net, skb, tp, cl, t->tcm_handle, tca, &fh); in tc_ctl_tfilter()
332 tfilter_notify(net, skb, n, tp, fh, RTM_NEWTFILTER); in tc_ctl_tfilter()
348 unsigned long fh, u32 portid, u32 seq, u16 flags, int event) in tcf_fill_node() argument
366 tcm->tcm_handle = fh; in tcf_fill_node()
369 if (tp->ops->dump && tp->ops->dump(tp, fh, skb, tcm) < 0) in tcf_fill_node()
383 unsigned long fh, int event) in tfilter_notify() argument
392 if (tcf_fill_node(skb, tp, fh, portid, n->nlmsg_seq, 0, event) <= 0) { in tfilter_notify()