Home
last modified time | relevance | path

Searched refs:PKT_TO_SKB (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_recv.c103 struct sk_buff *skb = PKT_TO_SKB(pkt); in check_addr()
H A Drxe_comp.c616 struct sk_buff *skb = PKT_TO_SKB(pkt); in free_pkt()
H A Drxe_resp.c996 struct sk_buff *skb = PKT_TO_SKB(pkt); in execute()
1119 struct sk_buff *skb = PKT_TO_SKB(pkt); in do_complete()
H A Drxe_hdr.h34 static inline struct sk_buff *PKT_TO_SKB(struct rxe_pkt_info *pkt) in PKT_TO_SKB() function