Searched refs:xid_skb (Results 1 – 4 of 4) sorted by relevance
957 if (ch->xid_skb != NULL) in mpc_channel_action()958 dev_kfree_skb_any(ch->xid_skb); in mpc_channel_action()960 ch->xid_skb = __dev_alloc_skb(MPC_BUFSIZE_DEFAULT, in mpc_channel_action()962 if (ch->xid_skb == NULL) { in mpc_channel_action()969 ch->xid_skb_data = ch->xid_skb->data; in mpc_channel_action()970 ch->xid_th = (struct th_header *)ch->xid_skb->data; in mpc_channel_action()971 skb_put(ch->xid_skb, TH_HEADER_LENGTH); in mpc_channel_action()972 ch->xid = (struct xid2 *)skb_tail_pointer(ch->xid_skb); in mpc_channel_action()973 skb_put(ch->xid_skb, XID2_LENGTH); in mpc_channel_action()974 ch->xid_id = skb_tail_pointer(ch->xid_skb); in mpc_channel_action()[all …]
180 struct sk_buff *xid_skb; member
178 struct sk_buff *xid_skb; member
1075 dev_kfree_skb(grp->xid_skb); in ctcm_free_netdevice()