Searched refs:dst_feature (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/media/pci/bt8xx/ |
D | dst.c | 745 .dst_feature = 0, 754 .dst_feature = 0, 763 .dst_feature = 0, 772 .dst_feature = DST_TYPE_HAS_DISEQC3 | DST_TYPE_HAS_DISEQC4 | DST_TYPE_HAS_DISEQC5 782 .dst_feature = 0, 791 .dst_feature = DST_TYPE_HAS_CA, 800 .dst_feature = DST_TYPE_HAS_CA | DST_TYPE_HAS_DISEQC3 | DST_TYPE_HAS_DISEQC4 810 .dst_feature = 0, 819 .dst_feature = DST_TYPE_HAS_CA, 828 .dst_feature = 0, [all …]
|
D | dst_common.h | 145 u32 dst_feature; member
|
/Linux-v6.6/include/net/ |
D | dst.h | 207 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature() function 228 int ret = dst_feature(dst, RTAX_FEATURE_ALLFRAG); in dst_allfrag()
|
/Linux-v6.6/net/ipv4/ |
D | syncookies.c | 279 return dst_feature(dst, RTAX_FEATURE_ECN); in cookie_ecn_ok()
|
D | tcp_output.c | 339 if (dst && dst_feature(dst, RTAX_FEATURE_ECN)) in tcp_ecn_send_syn()
|
D | tcp_input.c | 6798 ecn_ok_dst = dst_feature(dst, DST_FEATURE_ECN_MASK); in tcp_ecn_create_request()
|