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()
780 const unsigned int hlen = sizeof(struct mctp_hdr); in mctp_do_fragment_route()
781 struct mctp_hdr *hdr, *hdr2; in mctp_do_fragment_route()
787 hdr = mctp_hdr(skb); in mctp_do_fragment_route()
828 hdr2 = mctp_hdr(skb2); in mctp_do_fragment_route()
866 struct mctp_hdr *hdr; in mctp_local_output()
946 skb_push(skb, sizeof(struct mctp_hdr)); in mctp_local_output()
954 hdr = mctp_hdr(skb); in mctp_local_output()
961 if (skb->len + sizeof(struct mctp_hdr) <= mtu) { in mctp_local_output()
1096 struct mctp_hdr *mh; in mctp_pkttype_receive()
1106 if (!pskb_may_pull(skb, sizeof(struct mctp_hdr))) in mctp_pkttype_receive()
1113 mh = mctp_hdr(skb); in mctp_pkttype_receive()