Searched refs:dst_feature (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | dst.c | 776 .dst_feature = 0, 785 .dst_feature = 0, 794 .dst_feature = 0, 803 .dst_feature = DST_TYPE_HAS_DISEQC3 | DST_TYPE_HAS_DISEQC4 | DST_TYPE_HAS_DISEQC5 813 .dst_feature = 0, 822 .dst_feature = DST_TYPE_HAS_CA, 831 .dst_feature = DST_TYPE_HAS_CA | DST_TYPE_HAS_DISEQC3 | DST_TYPE_HAS_DISEQC4 841 .dst_feature = 0, 850 .dst_feature = DST_TYPE_HAS_CA, 859 .dst_feature = 0, [all …]
|
D | dst_common.h | 157 u32 dst_feature; member
|
/linux-4.4.14/include/net/ |
D | dst.h | 217 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature() function 236 int ret = dst_feature(dst, RTAX_FEATURE_ALLFRAG); in dst_allfrag()
|
/linux-4.4.14/net/ipv4/ |
D | syncookies.c | 286 return dst_feature(dst, RTAX_FEATURE_ECN); in cookie_ecn_ok()
|
D | tcp_output.c | 336 if (dst && dst_feature(dst, RTAX_FEATURE_ECN)) in tcp_ecn_send_syn()
|
D | tcp_input.c | 6055 ecn_ok_dst = dst_feature(dst, DST_FEATURE_ECN_MASK); in tcp_ecn_create_request()
|