Lines Matching refs:mctp_hdr
38 struct mctp_hdr *mh; in mctp_lookup_bind()
45 mh = mctp_hdr(skb); in mctp_lookup_bind()
90 struct mctp_hdr *mh; in mctp_lookup_key()
95 mh = mctp_hdr(skb); in mctp_lookup_key()
182 struct mctp_hdr *hdr = mctp_hdr(skb); in mctp_frag_queue()
222 struct mctp_hdr *mh; in mctp_route_input()
236 if (skb->len < sizeof(struct mctp_hdr) + 1) in mctp_route_input()
240 mh = mctp_hdr(skb); in mctp_route_input()
241 skb_pull(skb, sizeof(struct mctp_hdr)); in mctp_route_input()
379 struct mctp_hdr *hdr = mctp_hdr(skb); in mctp_route_output()
568 const unsigned int hlen = sizeof(struct mctp_hdr); in mctp_do_fragment_route()
569 struct mctp_hdr *hdr, *hdr2; in mctp_do_fragment_route()
575 hdr = mctp_hdr(skb); in mctp_do_fragment_route()
613 hdr2 = mctp_hdr(skb2); in mctp_do_fragment_route()
650 struct mctp_hdr *hdr; in mctp_local_output()
686 skb_push(skb, sizeof(struct mctp_hdr)); in mctp_local_output()
694 hdr = mctp_hdr(skb); in mctp_local_output()
701 if (skb->len + sizeof(struct mctp_hdr) <= mtu) { in mctp_local_output()
826 struct mctp_hdr *mh; in mctp_pkttype_receive()
832 if (!pskb_may_pull(skb, sizeof(struct mctp_hdr))) in mctp_pkttype_receive()
839 mh = mctp_hdr(skb); in mctp_pkttype_receive()