Home
last modified time | relevance | path

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

/net/atm/
Datm_misc.c26 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc, int pdu_size, in atm_alloc_charge() argument
30 int guess = SKB_TRUESIZE(pdu_size); in atm_alloc_charge()
34 struct sk_buff *skb = alloc_skb(pdu_size, gfp_flags); in atm_alloc_charge()
/net/caif/
Dcfrfml.c29 u16 pdu_size; member
86 rfml->pdu_size + RFM_HEAD_SIZE); in rfm_append()
122 rfml->pdu_size = get_unaligned_le16(rfml->seghead+4); in cfrfml_receive()
163 if (rfml->pdu_size != cfpkt_getlen(pkt) - RFM_HEAD_SIZE + 1) in cfrfml_receive()