Lines Matching refs:mctp_hdr
44 struct mctp_hdr *mh; in mctp_lookup_bind()
51 mh = mctp_hdr(skb); in mctp_lookup_bind()
102 struct mctp_hdr *mh; in mctp_lookup_key()
105 mh = mctp_hdr(skb); in mctp_lookup_key()
275 struct mctp_hdr *hdr = mctp_hdr(skb); in mctp_frag_queue()
315 struct mctp_hdr *mh; in mctp_route_input()
329 if (skb->len < sizeof(struct mctp_hdr) + 1) in mctp_route_input()
333 mh = mctp_hdr(skb); in mctp_route_input()
334 skb_pull(skb, sizeof(struct mctp_hdr)); in mctp_route_input()
486 struct mctp_hdr *hdr = mctp_hdr(skb); in mctp_route_output()
709 const unsigned int hlen = sizeof(struct mctp_hdr); in mctp_do_fragment_route()
710 struct mctp_hdr *hdr, *hdr2; in mctp_do_fragment_route()
716 hdr = mctp_hdr(skb); in mctp_do_fragment_route()
754 hdr2 = mctp_hdr(skb2); in mctp_do_fragment_route()
793 struct mctp_hdr *hdr; in mctp_local_output()
868 skb_push(skb, sizeof(struct mctp_hdr)); in mctp_local_output()
876 hdr = mctp_hdr(skb); in mctp_local_output()
883 if (skb->len + sizeof(struct mctp_hdr) <= mtu) { in mctp_local_output()
1020 struct mctp_hdr *mh; in mctp_pkttype_receive()
1030 if (!pskb_may_pull(skb, sizeof(struct mctp_hdr))) in mctp_pkttype_receive()
1037 mh = mctp_hdr(skb); in mctp_pkttype_receive()