Lines Matching refs:mctp_hdr
44 struct mctp_hdr *mh; in mctp_lookup_bind()
51 mh = mctp_hdr(skb); in mctp_lookup_bind()
101 struct mctp_hdr *mh; in mctp_lookup_key()
104 mh = mctp_hdr(skb); in mctp_lookup_key()
289 struct mctp_hdr *hdr = mctp_hdr(skb); in mctp_frag_queue()
329 struct mctp_hdr *mh; in mctp_route_input()
343 if (skb->len < sizeof(struct mctp_hdr) + 1) in mctp_route_input()
347 mh = mctp_hdr(skb); in mctp_route_input()
348 skb_pull(skb, sizeof(struct mctp_hdr)); in mctp_route_input()
498 struct mctp_hdr *hdr = mctp_hdr(skb); in mctp_route_output()
770 const unsigned int hlen = sizeof(struct mctp_hdr); in mctp_do_fragment_route()
771 struct mctp_hdr *hdr, *hdr2; in mctp_do_fragment_route()
777 hdr = mctp_hdr(skb); in mctp_do_fragment_route()
818 hdr2 = mctp_hdr(skb2); in mctp_do_fragment_route()
856 struct mctp_hdr *hdr; in mctp_local_output()
936 skb_push(skb, sizeof(struct mctp_hdr)); in mctp_local_output()
944 hdr = mctp_hdr(skb); in mctp_local_output()
951 if (skb->len + sizeof(struct mctp_hdr) <= mtu) { in mctp_local_output()
1086 struct mctp_hdr *mh; in mctp_pkttype_receive()
1096 if (!pskb_may_pull(skb, sizeof(struct mctp_hdr))) in mctp_pkttype_receive()
1103 mh = mctp_hdr(skb); in mctp_pkttype_receive()