Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/uapi/linux/
Ddn.h98 struct optdata_dn { struct
/Linux-v4.19/net/decnet/
Daf_decnet.c1028 static void dn_user_copy(struct sk_buff *skb, struct optdata_dn *opt) in dn_user_copy()
1160 sizeof(struct optdata_dn)); in dn_accept()
1162 sizeof(struct optdata_dn)); in dn_accept()
1355 struct optdata_dn opt; in __dn_setsockopt()
1381 if (optlen != sizeof(struct optdata_dn)) in __dn_setsockopt()
1395 if (optlen != sizeof(struct optdata_dn)) in __dn_setsockopt()
1550 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt()
1551 r_len = sizeof(struct optdata_dn); in __dn_getsockopt()
1556 if (r_len > sizeof(struct optdata_dn)) in __dn_getsockopt()
1557 r_len = sizeof(struct optdata_dn); in __dn_getsockopt()