Searched refs:oskb (Results 1 – 6 of 6) sorted by relevance
/net/netfilter/ |
D | nfnetlink.c | 275 struct sk_buff *nskb, *oskb = skb; in nfnetlink_rcv_batch() local 286 nskb = netlink_skb_clone(oskb, GFP_KERNEL); in nfnetlink_rcv_batch() 288 return netlink_ack(oskb, nlh, -ENOMEM); in nfnetlink_rcv_batch() 290 nskb->sk = oskb->sk; in nfnetlink_rcv_batch() 389 ss->abort(oskb); in nfnetlink_rcv_batch() 407 netlink_ack(skb, nlmsg_hdr(oskb), -ENOMEM); in nfnetlink_rcv_batch() 426 ss->commit(oskb); in nfnetlink_rcv_batch() 428 ss->abort(oskb); in nfnetlink_rcv_batch() 430 nfnl_err_deliver(&err_list, oskb); in nfnetlink_rcv_batch()
|
/net/can/ |
D | raw.c | 112 static void raw_rcv(struct sk_buff *oskb, void *data) in raw_rcv() argument 121 if (!ro->recv_own_msgs && oskb->sk == sk) in raw_rcv() 125 if (!ro->fd_frames && oskb->len != CAN_MTU) in raw_rcv() 129 skb = skb_clone(oskb, GFP_ATOMIC); in raw_rcv() 149 if (oskb->sk) in raw_rcv() 151 if (oskb->sk == sk) in raw_rcv()
|
/net/sched/ |
D | sch_choke.c | 258 struct sk_buff *oskb; in choke_match_random() local 263 oskb = choke_peek_random(q, pidx); in choke_match_random() 265 return choke_get_classid(nskb) == choke_get_classid(oskb); in choke_match_random() 267 return choke_match_flow(oskb, nskb); in choke_match_random()
|
D | cls_api.c | 102 static int tfilter_notify(struct net *net, struct sk_buff *oskb, 385 static int tfilter_notify(struct net *net, struct sk_buff *oskb, in tfilter_notify() argument 390 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in tfilter_notify()
|
D | sch_api.c | 38 static int qdisc_notify(struct net *net, struct sk_buff *oskb, 41 static int tclass_notify(struct net *net, struct sk_buff *oskb, 1392 static int qdisc_notify(struct net *net, struct sk_buff *oskb, in qdisc_notify() argument 1397 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in qdisc_notify() 1691 static int tclass_notify(struct net *net, struct sk_buff *oskb, in tclass_notify() argument 1696 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in tclass_notify()
|
/net/phonet/ |
D | pep.c | 97 static int pep_reply(struct sock *sk, struct sk_buff *oskb, u8 code, in pep_reply() argument 100 const struct pnpipehdr *oph = pnp_hdr(oskb); in pep_reply() 115 pn_skb_get_src_sockaddr(oskb, &peer); in pep_reply() 202 static int pep_ctrlreq_error(struct sock *sk, struct sk_buff *oskb, u8 code, in pep_ctrlreq_error() argument 205 const struct pnpipehdr *oph = pnp_hdr(oskb); in pep_ctrlreq_error() 225 pn_skb_get_src_sockaddr(oskb, &dst); in pep_ctrlreq_error()
|