Searched refs:xid_skb (Results 1 – 4 of 4) sorted by relevance
955 if (ch->xid_skb != NULL) in mpc_channel_action()956 dev_kfree_skb_any(ch->xid_skb); in mpc_channel_action()958 ch->xid_skb = __dev_alloc_skb(MPC_BUFSIZE_DEFAULT, in mpc_channel_action()960 if (ch->xid_skb == NULL) { in mpc_channel_action()967 ch->xid_skb_data = ch->xid_skb->data; in mpc_channel_action()968 ch->xid_th = (struct th_header *)ch->xid_skb->data; in mpc_channel_action()969 skb_put(ch->xid_skb, TH_HEADER_LENGTH); in mpc_channel_action()970 ch->xid = (struct xid2 *)skb_tail_pointer(ch->xid_skb); in mpc_channel_action()971 skb_put(ch->xid_skb, XID2_LENGTH); in mpc_channel_action()972 ch->xid_id = skb_tail_pointer(ch->xid_skb); in mpc_channel_action()[all …]
179 struct sk_buff *xid_skb; member
177 struct sk_buff *xid_skb; member
1079 if (grp->xid_skb) in ctcm_free_netdevice()1080 dev_kfree_skb(grp->xid_skb); in ctcm_free_netdevice()