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()
281 struct mctp_hdr *hdr = mctp_hdr(skb); in mctp_frag_queue()
321 struct mctp_hdr *mh; in mctp_route_input()
335 if (skb->len < sizeof(struct mctp_hdr) + 1) in mctp_route_input()
339 mh = mctp_hdr(skb); in mctp_route_input()
340 skb_pull(skb, sizeof(struct mctp_hdr)); in mctp_route_input()
490 struct mctp_hdr *hdr = mctp_hdr(skb); in mctp_route_output()
762 const unsigned int hlen = sizeof(struct mctp_hdr); in mctp_do_fragment_route()
763 struct mctp_hdr *hdr, *hdr2; in mctp_do_fragment_route()
769 hdr = mctp_hdr(skb); in mctp_do_fragment_route()
810 hdr2 = mctp_hdr(skb2); in mctp_do_fragment_route()
848 struct mctp_hdr *hdr; in mctp_local_output()
928 skb_push(skb, sizeof(struct mctp_hdr)); in mctp_local_output()
936 hdr = mctp_hdr(skb); in mctp_local_output()
943 if (skb->len + sizeof(struct mctp_hdr) <= mtu) { in mctp_local_output()
1078 struct mctp_hdr *mh; in mctp_pkttype_receive()
1088 if (!pskb_may_pull(skb, sizeof(struct mctp_hdr))) in mctp_pkttype_receive()
1095 mh = mctp_hdr(skb); in mctp_pkttype_receive()