Searched refs:xid_skb (Results 1 – 4 of 4) sorted by relevance
941 if (ch->xid_skb != NULL) in mpc_channel_action()942 dev_kfree_skb_any(ch->xid_skb); in mpc_channel_action()944 ch->xid_skb = __dev_alloc_skb(MPC_BUFSIZE_DEFAULT, in mpc_channel_action()946 if (ch->xid_skb == NULL) { in mpc_channel_action()953 ch->xid_skb_data = ch->xid_skb->data; in mpc_channel_action()954 ch->xid_th = (struct th_header *)ch->xid_skb->data; in mpc_channel_action()955 skb_put(ch->xid_skb, TH_HEADER_LENGTH); in mpc_channel_action()956 ch->xid = (struct xid2 *)skb_tail_pointer(ch->xid_skb); in mpc_channel_action()957 skb_put(ch->xid_skb, XID2_LENGTH); in mpc_channel_action()958 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
1035 dev_kfree_skb(grp->xid_skb); in ctcm_free_netdevice()