Searched refs:skb_pkt (Results 1 – 1 of 1) sorted by relevance
1504 struct sk_buff *skb_pkt = NULL, *skb_sock = NULL; in mctp_test_bind_lookup() local1529 skb_pkt = mctp_test_create_skb_data(&rx->hdr, &rx->ty); in mctp_test_bind_lookup()1530 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, skb_pkt); in mctp_test_bind_lookup()1531 mctp_test_skb_set_dev(skb_pkt, dev); in mctp_test_bind_lookup()1533 rc = mctp_dst_input(&dst, skb_pkt); in mctp_test_bind_lookup()