linux/net/mctp/test
Jeremy Kerr 0de55a7d11 mctp: Allow keys matching any local address
Currently, we require an exact match on an incoming packet's dest
address, and the key's local_addr field.

In a future change, we may want to set up a key before packets are
routed, meaning we have no local address to match on.

This change allows key lookups to match on local_addr = MCTP_ADDR_ANY.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-02-09 12:00:11 +00:00
..
route-test.c mctp: Allow keys matching any local address 2022-02-09 12:00:11 +00:00
utils.c mctp: test: fix skb free in test device tx 2021-11-29 13:00:09 +00:00
utils.h mctp: Add test utils 2021-10-03 14:35:41 +01:00