Home
last modified time | relevance | path

Searched refs:optdata_dn (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/net/
Ddn.h63 struct optdata_dn conndata_in;
64 struct optdata_dn conndata_out;
65 struct optdata_dn discdata_in;
66 struct optdata_dn discdata_out;
/Linux-v5.10/include/uapi/linux/
Ddn.h98 struct optdata_dn { struct
/Linux-v5.10/net/decnet/
Daf_decnet.c1021 static void dn_user_copy(struct sk_buff *skb, struct optdata_dn *opt) in dn_user_copy()
1153 sizeof(struct optdata_dn)); in dn_accept()
1155 sizeof(struct optdata_dn)); in dn_accept()
1350 struct optdata_dn opt; in __dn_setsockopt()
1376 if (optlen != sizeof(struct optdata_dn)) in __dn_setsockopt()
1390 if (optlen != sizeof(struct optdata_dn)) in __dn_setsockopt()
1545 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt()
1546 r_len = sizeof(struct optdata_dn); in __dn_getsockopt()
1551 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt()
1552 r_len = sizeof(struct optdata_dn); in __dn_getsockopt()