Home
last modified time | relevance | path

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

/linux-2.6.39/net/sched/
Dcls_api.c102 static int tfilter_notify(struct net *net, struct sk_buff *oskb,
288 tfilter_notify(net, skb, n, tp, fh, RTM_DELTFILTER); in tc_ctl_tfilter()
311 tfilter_notify(net, skb, n, tp, fh, RTM_DELTFILTER); in tc_ctl_tfilter()
314 err = tfilter_notify(net, skb, n, tp, fh, RTM_NEWTFILTER); in tc_ctl_tfilter()
330 tfilter_notify(net, skb, n, tp, fh, RTM_NEWTFILTER); in tc_ctl_tfilter()
376 static int tfilter_notify(struct net *net, struct sk_buff *oskb, in tfilter_notify() function