Lines Matching refs:fh
104 unsigned long fh, int event);
138 unsigned long fh; in tc_ctl_tfilter() local
285 fh = tp->ops->get(tp, t->tcm_handle); in tc_ctl_tfilter()
287 if (fh == 0) { in tc_ctl_tfilter()
293 tfilter_notify(net, skb, n, tp, fh, RTM_DELTFILTER); in tc_ctl_tfilter()
314 err = tp->ops->delete(tp, fh); in tc_ctl_tfilter()
318 tfilter_notify(net, skb, n, tp, fh, RTM_DELTFILTER); in tc_ctl_tfilter()
324 err = tfilter_notify(net, skb, n, tp, fh, RTM_NEWTFILTER); in tc_ctl_tfilter()
332 err = tp->ops->change(net, skb, tp, cl, t->tcm_handle, tca, &fh, in tc_ctl_tfilter()
339 tfilter_notify(net, skb, n, tp, fh, RTM_NEWTFILTER); in tc_ctl_tfilter()
355 unsigned long fh, u32 portid, u32 seq, u16 flags, int event) in tcf_fill_node() argument
373 tcm->tcm_handle = fh; in tcf_fill_node()
376 if (tp->ops->dump && tp->ops->dump(net, tp, fh, skb, tcm) < 0) in tcf_fill_node()
390 unsigned long fh, int event) in tfilter_notify() argument
399 if (tcf_fill_node(net, skb, tp, fh, portid, n->nlmsg_seq, 0, event) <= 0) { in tfilter_notify()